Skip to content
Snippets Groups Projects
Commit 200433d1 authored by xeruf's avatar xeruf
Browse files

apps/forge/forgejo/forgejo-values-configmap: disable offline mode

parent a8f78009
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,7 @@ data: ...@@ -64,6 +64,7 @@ data:
ROOT_URL: "https://${forgejo_domain}" ROOT_URL: "https://${forgejo_domain}"
LFS_START_SERVER: true LFS_START_SERVER: true
LFS_JWT_SECRET: "${lfs_jwt}" LFS_JWT_SECRET: "${lfs_jwt}"
OFFLINE_MODE: false
openid: openid:
ENABLE_OPENID_SIGNUP: true ENABLE_OPENID_SIGNUP: true
service: service:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment