go-project-template/go-project-template.sample.json
Finn 4ebe6c7752 add auth
and some other improvements
2024-07-24 22:13:23 -07:00

13 lines
335 B
JSON

{
"loglevel": "debug",
"database": "postgresql://postgres:password@localhost:5432/postgres",
"web": {
"baseurl": "http://localhost:8080",
"sessionKey": ""
},
"oauth2": {
"ClientID": "",
"ClientSecret": "",
"ProviderURL": "https://my.keycloak.instance/realms/example"
}
}