Files
archery/config/config.example.json
Cory Sanin 24d7b37583
All checks were successful
App Image CI / Build app image (pull_request) Successful in -1m26s
NPM Audit Check / Check NPM audit (pull_request) Successful in -2m13s
require login to view (if enabled)
2025-09-23 15:02:25 -05:00

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"
}
}
}