Kekkai/config.example.hjson

57 lines
881 B
Text
Raw Permalink Normal View History

2025-03-02 21:46:41 +03:00
{
database:
{
user: DATABASE_USERNAME
password: DATABASE_PASSWORD
host: localhost
name: kekkai
port: 5432
}
server:
{
host: 0.0.0.0
ssl:
{
private_key: /CertSSL/privkey.pem
cert: /CertSSL/fullchain.pem
enabled: false
}
log:
{
level: info
}
}
analytics:
{
plausible_domain: plausible.io
plausible_token: TOKEN
plausiblee_api: https://plausible.io//api/event/
2025-03-02 21:46:41 +03:00
enabled: false
}
currency:
{
collecting:
{
fiat: true
crypto: false
2025-03-05 21:48:27 +03:00
schedule: 30 8 * * *
2025-03-02 21:46:41 +03:00
crypto_apikey: TOKEN
}
fiat:
[
USD
RUB
EUR
UAH
TRY
KZT
]
crypto:
[
ETH
TON
USDT
BTC
]
}
}