Хост сервера теперь стринг (это была ошибка). Добавлены поля для дебага, SSL. Изменил название ключей API coinapi

This commit is contained in:
Данил 2024-08-02 21:48:32 +03:00
parent fe3431081a
commit 69ba15ca8c

View file

@ -5,7 +5,11 @@ database:
name: "DATABASE_NAME" name: "DATABASE_NAME"
port: 5432 port: 5432
server: server:
host: localhost host: 'localhost'
private_key: '/CertSSL/private.key'
cert: '/CertSSL/fullchain.pem'
ssl: true
debug: true
currency: currency:
collecting: collecting:
fiat: True fiat: True
@ -21,7 +25,7 @@ currency:
crypto: crypto:
- BTC - BTC
- ETH - ETH
cryptoKeys: coinapiKeys:
- CryptoKey1 - CryptoKey1
- CryptoKey2 - CryptoKey2
- CryptoKey3 - CryptoKey3