go-project-template/go-project-template.sample.json

14 lines
335 B
JSON
Raw Normal View History

{
2024-07-25 05:13:23 +00:00
"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"
}
}