1
1
mirror of https://github.com/ellie/atuin.git synced 2024-10-27 15:51:07 +03:00
atuin/atuin-server/server.toml

12 lines
321 B
TOML
Raw Normal View History

## 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"