AnvilAuth/conf.json

18 lines
456 B
JSON
Raw Permalink Normal View History

2024-03-02 19:54:51 +01:00
{
"bind": {
"ip": "127.0.0.1",
"port": 8080
},
"base_url": "http://localhost:8081/",
"postgres_url": "postgres://anvilauth:alec@localhost:5432/anvilauth",
2024-03-03 21:29:15 +01:00
"forgejo_url": "https://git.tilera.org/",
2024-03-06 16:08:04 +01:00
"anvillib_url": "https://api.tilera.xyz/anvillib/",
2024-03-02 19:54:51 +01:00
"skin_domains": [
"localhost",
2024-03-03 21:29:15 +01:00
".localhost",
2024-03-06 16:08:04 +01:00
"git.tilera.org",
"s3.tilera.xyz"
2024-03-02 19:54:51 +01:00
],
"server_name": "AnvilAuth test server"
}