summaryrefslogtreecommitdiffstats
path: root/config.toml
blob: 91cfc5d93961831357b4fa62ce14204e9d83fb70 (plain)
1
2
3
4
listen_addr = "0.0.0.0:30000"
database_url = "postgres://localhost/unnamed"
jwt_secret = "i-am-a-secret-token-and-i-am-proud"
jwt_max_age = "1h"