Add missing config file

This commit is contained in:
Joey Hafner 2022-02-26 23:55:23 -08:00
parent 2a41f8d0dc
commit 0980fcc4ad

View File

@ -0,0 +1,28 @@
sharry.restserver {
base-url = "http://localhost:9090"
bind {
address = "0.0.0.0"
port = 9090
}
backend {
auth {
fixed.enabled = true ## enabled admin:admin access
}
jdbc {
url = "jdbc:postgresql://db:5432/dbname"
user = "dbuser"
password = "dbpass"
}
signup {
mode = "open"
invite-time = "14 days"
invite-password = "generate-invite"
}
}
}