diff --git a/conf/app.conf b/conf/app.conf index 24500f29..39beb433 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -19,6 +19,7 @@ origin = staticBaseUrl = "https://cdn.casbin.org" isDemoMode = false batchSize = 100 +enableGzip = true ldapServerPort = 389 radiusServerPort = 1812 radiusSecret = "secret" diff --git a/manifests/casdoor/values.yaml b/manifests/casdoor/values.yaml index f39ad685..209e1ea1 100644 --- a/manifests/casdoor/values.yaml +++ b/manifests/casdoor/values.yaml @@ -22,14 +22,15 @@ config: | dataSourceName = "file:ent?mode=memory&cache=shared&_fk=1" dbName = casdoor redisEndpoint = - defaultStorageProvider = + defaultStorageProvider = isCloudIntranet = false authState = "casdoor" socks5Proxy = "" verificationCodeTimeout = 10 - initScore = 2000 + initScore = 0 logPostOnly = true - origin = "https://door.casbin.com" + origin = + enableGzip = true imagePullSecrets: [] nameOverride: ""