fix: fix production issues
This commit is contained in:
6
apps/webui/.env.production.example
Normal file
6
apps/webui/.env.production.example
Normal file
@@ -0,0 +1,6 @@
|
||||
AUTH_TYPE = "basic" # or oidc
|
||||
# OIDC_ISSUER="https://auth.logto.io/oidc"
|
||||
# OIDC_AUDIENCE = "https://konobangu.com/api"
|
||||
# OIDC_CLIENT_ID = "client_id"
|
||||
# OIDC_CLIENT_SECRET = "client_secret" # optional
|
||||
# OIDC_EXTRA_SCOPES = "read:konobangu write:konobangu"
|
||||
Reference in New Issue
Block a user