Compare commits

..

2 commits

Author SHA1 Message Date
296909ef1f fix: allow setting client/secret id for a new backend
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/deploy unknown status
2024-01-03 17:24:14 +01:00
c9f89f496f fix: allow setting the issuer from environment variables 2024-01-03 17:24:14 +01:00

View file

@ -51,6 +51,8 @@ The rest of the configuration is handled through environment variables
# Can be debug,info,warning,error
LOG_LEVEL = "info"
ISSUER = "http://localhost"
# Can be net,unix
SERVER_MODE = "net"
SERVER_HOST = "0.0.0.0"