Skip to content

Commit

Permalink
remove default db uri (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
conradludgate authored Apr 13, 2022
1 parent 4897f4a commit bc45bab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion atuin-server/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ impl Settings {
.set_default("host", "127.0.0.1")?
.set_default("port", 8888)?
.set_default("open_registration", false)?
.set_default("db_uri", "default_uri")?
.add_source(
Environment::with_prefix("atuin")
.prefix_separator("_")
Expand Down

0 comments on commit bc45bab

Please sign in to comment.