mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
Хост сервера теперь стринг (это была ошибка). Добавлены поля для дебага, SSL. Изменил название ключей API coinapi
This commit is contained in:
parent
fe3431081a
commit
69ba15ca8c
1 changed files with 6 additions and 2 deletions
|
@ -5,7 +5,11 @@ database:
|
|||
name: "DATABASE_NAME"
|
||||
port: 5432
|
||||
server:
|
||||
host: localhost
|
||||
host: 'localhost'
|
||||
private_key: '/CertSSL/private.key'
|
||||
cert: '/CertSSL/fullchain.pem'
|
||||
ssl: true
|
||||
debug: true
|
||||
currency:
|
||||
collecting:
|
||||
fiat: True
|
||||
|
@ -21,7 +25,7 @@ currency:
|
|||
crypto:
|
||||
- BTC
|
||||
- ETH
|
||||
cryptoKeys:
|
||||
coinapiKeys:
|
||||
- CryptoKey1
|
||||
- CryptoKey2
|
||||
- CryptoKey3
|
Loading…
Add table
Reference in a new issue