atuin-server: add config

This commit is contained in:
Jef Roosens 2024-08-08 17:00:11 +02:00
parent b7d3ed7f18
commit fe35e4baf1
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
12 changed files with 157 additions and 0 deletions

View file

@ -0,0 +1,4 @@
host = "0.0.0.0"
port = 8888
open_registration = true
db_uri = "postgres://atuin:atuin@db/atuin"