mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 04:33:11 +03:00
chore: Analytics and SSL are turned off by default so as not to create unclear and unnecessary errors
This commit is contained in:
parent
0b4544520b
commit
5009595ef2
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ server:
|
|||
ssl:
|
||||
private_key: '/CertSSL/privkey.pem' # The path to the private SSL key file (String)
|
||||
cert: '/CertSSL/fullchain.pem' # The path to the SSL certificate (String)
|
||||
work: true # Enable or disable SSL support [Boolean]
|
||||
work: false # Enable or disable SSL support [Boolean]
|
||||
log:
|
||||
print: true # Enable or disable logging [Boolean]
|
||||
level: 'info' # Log level (Fatal/Error/Warn/Log/Debug) [String]
|
||||
|
@ -20,7 +20,7 @@ analytics:
|
|||
plausible_api: 'https://plausible.io/api/event/'
|
||||
plausible_domain: 'PLAUSIBLE_DOMAIN'
|
||||
plausible_token: 'PLAUSIBLE_TOKEN'
|
||||
work: true
|
||||
work: false
|
||||
currency:
|
||||
chart:
|
||||
save: false # Enable or disable saving graphs to an image (Boolean)
|
||||
|
|
Loading…
Add table
Reference in a new issue