chore: An example config is written

This commit is contained in:
Danil 2025-04-10 14:00:30 +03:00
parent 622a3a7227
commit 6bc34697e0

17
config.sample.hjson Normal file
View file

@ -0,0 +1,17 @@
{
database: {
user: DATABASE_USER
host: DATABASE_HOST
name: DATABASE_NAME
passowrd: DATABASE_PASSWORD
}
currecy: {
collecting: {
fiat: true
crypto: false
}
fiat: [USD, RUB, EUR, UAH, TRY, KZT, CNY]
crypto: [ETH, BTC, USDT, TON]
}
schedule: 30 8 * * *
}