foxchat/config.identity.toml

5 lines
132 B
TOML
Raw Normal View History

2024-01-15 20:45:39 +01:00
database_url = "postgresql://foxchat:password@localhost/foxchat_ident_dev"
port = 3000
log_level = "DEBUG"
2024-01-16 22:20:19 +01:00
insecure_requests = true