chore: An example config is written
This commit is contained in:
parent
622a3a7227
commit
6bc34697e0
1 changed files with 17 additions and 0 deletions
17
config.sample.hjson
Normal file
17
config.sample.hjson
Normal 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 * * *
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue