Passport/settings.toml

13 lines
297 B
TOML
Raw Normal View History

2024-01-28 16:32:39 +00:00
debug = true
name = "Goatpass"
maintainer = "SmartSheep Studio"
bind = "0.0.0.0:8444"
domain = "id.smartsheep.studio"
secret = "LtTjzAGFLshwXhN4ZD4nG5KlMv1MWcsvfv03TSZYnT1VhiAnLIZFTnHUwR0XhGgi"
[database]
dsn = "host=localhost dbname=hy_passport port=5432 sslmode=disable"
prefix = "passport_"