Kekkai/config_sample.yaml
2024-08-01 23:55:51 +03:00

26 lines
No EOL
373 B
YAML

database:
user: "DATABASE_USERNAME"
password: "DATABASE_PASSWORD"
host: "DATABASE_HOST"
name: "DATABASE_NAME"
port: 5432
server:
host: localhost
currency:
collecting:
fiat: True
crypto: False
fiat:
- USD
- RUB
- EUR
- UAH
- TRY
- KZT
crypto:
- BTC
- ETH
cryptoKeys:
- CryptoKey1
- CryptoKey2
- CryptoKey3