15 lines
375 B
JSON
15 lines
375 B
JSON
{
|
|
"bind": {
|
|
"ip": "127.0.0.1",
|
|
"port": 8080
|
|
},
|
|
"base_url": "http://localhost:8081/",
|
|
"postgres_url": "postgres://anvilauth:alec@localhost:5432/anvilauth",
|
|
"forgejo_url": "https://git.tilera.org/",
|
|
"skin_domains": [
|
|
"localhost",
|
|
".localhost",
|
|
"git.tilera.org"
|
|
],
|
|
"server_name": "AnvilAuth test server"
|
|
}
|