From 6bc34697e0cd9ba92e948bf32c877cf0e48b55a7 Mon Sep 17 00:00:00 2001 From: Redume Date: Thu, 10 Apr 2025 14:00:30 +0300 Subject: [PATCH] chore: An example config is written --- config.sample.hjson | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config.sample.hjson diff --git a/config.sample.hjson b/config.sample.hjson new file mode 100644 index 0000000..5a99f57 --- /dev/null +++ b/config.sample.hjson @@ -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 * * * +} \ No newline at end of file