mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +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"
|
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
|
Loading…
Add table
Reference in a new issue