diff options
Diffstat (limited to 'atuin-server/server.toml')
| -rw-r--r-- | atuin-server/server.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/atuin-server/server.toml b/atuin-server/server.toml new file mode 100644 index 00000000..808f15f1 --- /dev/null +++ b/atuin-server/server.toml @@ -0,0 +1,11 @@ +## host to bind, can also be passed via CLI args +# host = "127.0.0.1" + +## port to bind, can also be passed via CLI args +# port = 8888 + +## whether to allow anyone to register an account +# open_registration = false + +## URI for postgres (using development creds here) +# db_uri="postgres://username:password@localhost/atuin" |
