feat: activate enableGzip by default in app.conf

This commit is contained in:
Yang Luo 2023-10-15 01:27:42 +08:00
parent 3d80ec721f
commit 1c296e9b6f
2 changed files with 5 additions and 3 deletions

View File

@ -19,6 +19,7 @@ origin =
staticBaseUrl = "https://cdn.casbin.org" staticBaseUrl = "https://cdn.casbin.org"
isDemoMode = false isDemoMode = false
batchSize = 100 batchSize = 100
enableGzip = true
ldapServerPort = 389 ldapServerPort = 389
radiusServerPort = 1812 radiusServerPort = 1812
radiusSecret = "secret" radiusSecret = "secret"

View File

@ -27,9 +27,10 @@ config: |
authState = "casdoor" authState = "casdoor"
socks5Proxy = "" socks5Proxy = ""
verificationCodeTimeout = 10 verificationCodeTimeout = 10
initScore = 2000 initScore = 0
logPostOnly = true logPostOnly = true
origin = "https://door.casbin.com" origin =
enableGzip = true
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""