Kekkai/config_sample.yaml

27 lines
397 B
YAML
Raw Normal View History

database:
2024-02-15 10:51:09 +03:00
user: "DATABASE_USERNAME"
password: "DATABASE_PASSWORD"
host: "DATABASE_HOST"
name: "DATABASE_NAME"
port: 5432
server:
host: localhost
2024-02-15 10:51:09 +03:00
currency:
collecting:
fiat: True
crypto: False
schedule: '@hourly'
fiat:
- USD
- RUB
- EUR
- UAH
- TRY
- KZT
crypto:
- BTC
- ETH
cryptoKeys:
- CryptoKey1
- CryptoKey2
2024-08-01 23:55:51 +03:00
- CryptoKey3