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"
|
||||
name: "DATABASE_NAME"
|
||||
port: 5432
|
||||
server:
|
||||
host: localhost
|
||||
port: 3000
|
||||
currency:
|
||||
- USD
|
||||
- RUB
|
||||
|
|
Loading…
Add table
Reference in a new issue