mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 04:33:11 +03:00
теперь хост и порт можно указывать в конфиге
This commit is contained in:
parent
d7f2fbda23
commit
33808437e9
1 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,9 @@ db:
|
|||
host: "DATABASE_HOST"
|
||||
name: "DATABASE_NAME"
|
||||
port: 5432
|
||||
server:
|
||||
host: localhost
|
||||
port: 3000
|
||||
currency:
|
||||
- USD
|
||||
- RUB
|
||||
|
@ -17,4 +20,4 @@ proxy:
|
|||
port: 9000
|
||||
auth:
|
||||
username: 'mikeymike'
|
||||
password: 'rapunz3l'
|
||||
password: 'rapunz3l'
|
||||
|
|
Loading…
Add table
Reference in a new issue