2024-08-04 14:24:09 +03:00
|
|
|
# For more information, see the documentation
|
2024-11-07 22:31:18 +03:00
|
|
|
# https://kekkai-docs.redume.su/
|
2024-08-04 14:24:09 +03:00
|
|
|
|
|
|
|
database: # Postgresql database data, for connection
|
|
|
|
user: 'DATABASE_USERNAME'
|
|
|
|
password: 'DATABASE_PASSWORD'
|
|
|
|
host: 'DATABASE_HOST'
|
|
|
|
name: 'DATABASE_NAME'
|
2024-02-15 10:51:09 +03:00
|
|
|
port: 5432
|
2024-03-14 12:36:35 +03:00
|
|
|
server:
|
2024-10-12 19:35:14 +03:00
|
|
|
host: '0.0.0.0'
|
2024-08-12 22:21:08 +03:00
|
|
|
ssl:
|
2024-10-12 19:35:14 +03:00
|
|
|
private_key: '/CertSSL/privkey.pem' # The path to the private SSL key file (String)
|
2024-08-12 22:21:08 +03:00
|
|
|
cert: '/CertSSL/fullchain.pem' # The path to the SSL certificate (String)
|
2024-11-27 14:43:29 +03:00
|
|
|
work: false # Enable or disable SSL support [Boolean]
|
2024-08-11 19:46:07 +03:00
|
|
|
log:
|
|
|
|
print: true # Enable or disable logging [Boolean]
|
|
|
|
level: 'info' # Log level (Fatal/Error/Warn/Log/Debug) [String]
|
2024-10-15 17:40:37 +03:00
|
|
|
analytics:
|
2024-10-17 20:55:48 +03:00
|
|
|
plausible_api: 'https://plausible.io/api/event/'
|
2024-10-15 17:40:37 +03:00
|
|
|
plausible_domain: 'PLAUSIBLE_DOMAIN'
|
|
|
|
plausible_token: 'PLAUSIBLE_TOKEN'
|
2024-11-27 14:43:29 +03:00
|
|
|
work: false
|
2024-02-15 10:51:09 +03:00
|
|
|
currency:
|
2024-08-04 13:31:32 +03:00
|
|
|
chart:
|
2024-08-13 14:48:20 +03:00
|
|
|
save: false # Enable or disable saving graphs to an image (Boolean)
|
2024-06-24 22:32:11 +03:00
|
|
|
collecting:
|
2024-08-04 14:24:09 +03:00
|
|
|
fiat: true # Turn off or turn on the collection of the fiat currency rate [Boolean]
|
|
|
|
schedule: '30 8 * * *' # Currency collection schedule in crontab format [String]
|
|
|
|
fiat: # List of fiat currency to save the exchange rate [Array]
|
2024-06-24 22:32:11 +03:00
|
|
|
- USD
|
|
|
|
- RUB
|
|
|
|
- EUR
|
|
|
|
- UAH
|
|
|
|
- TRY
|
|
|
|
- KZT
|