summaryrefslogtreecommitdiffstats
path: root/atuin-server/server.toml
blob: 808f15f16e759f9aa4f4f4edb8c2cd9431dd181f (plain)
1
2
3
4
5
6
7
8
9
10
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"