15 lines
375 B
JSON
15 lines
375 B
JSON
{
|
|
"db": {
|
|
"host": "postgres",
|
|
"password": "correcthorse"
|
|
},
|
|
"web": {
|
|
"port": 8080,
|
|
"oidc": {
|
|
"server": "https://gitea.artixlinux.org/",
|
|
"clientId": "fakefake-fake-fake-fake-fakefakefake",
|
|
"clientSecret": "thisisnotarealsecret",
|
|
"appBaseUrl": "http://localhost:8080"
|
|
}
|
|
}
|
|
} |