mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +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"
|
host: "DATABASE_HOST"
|
||||||
name: "DATABASE_NAME"
|
name: "DATABASE_NAME"
|
||||||
port: 5432
|
port: 5432
|
||||||
|
server:
|
||||||
|
host: localhost
|
||||||
|
port: 3000
|
||||||
currency:
|
currency:
|
||||||
- USD
|
- USD
|
||||||
- RUB
|
- RUB
|
||||||
|
@ -17,4 +20,4 @@ proxy:
|
||||||
port: 9000
|
port: 9000
|
||||||
auth:
|
auth:
|
||||||
username: 'mikeymike'
|
username: 'mikeymike'
|
||||||
password: 'rapunz3l'
|
password: 'rapunz3l'
|
||||||
|
|
Loading…
Add table
Reference in a new issue