Passport/settings.toml

31 lines
701 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"
2024-01-31 16:14:25 +00:00
content = "uploads"
2024-01-29 08:11:59 +00:00
use_registration_magic_token = true
[external.firebase]
credentials = "dist/firebase-certs.json"
2024-01-29 08:11:59 +00:00
[mailer]
name = "Alphabot <alphabot@smartsheep.studio>"
smtp_host = "smtp.exmail.qq.com"
smtp_port = 465
username = "alphabot@smartsheep.studio"
password = "gz937Zxxzfcd9SeH"
2024-01-28 16:32:39 +00:00
[database]
2024-02-18 03:20:22 +00:00
dsn = "host=localhost dbname=hy_identity port=5432 sslmode=disable"
prefix = "identity_"
2024-02-08 07:23:30 +00:00
[[directory]]
name = "Goatpass"
description = "Authorization Serivce"
link = "https://id.smartsheep.studio"