Update
This commit is contained in:
parent
c662a871c8
commit
4470cacd23
@ -0,0 +1,15 @@
|
|||||||
|
# Порт для приложения
|
||||||
|
port: 12001
|
||||||
|
|
||||||
|
# Соединение с postgres
|
||||||
|
db:
|
||||||
|
host: localhost
|
||||||
|
user: user
|
||||||
|
password: password
|
||||||
|
port: 5432
|
||||||
|
database: dbname
|
||||||
|
|
||||||
|
debug: true
|
||||||
|
|
||||||
|
# Путь к файлу лога
|
||||||
|
#logFile: /var/log/pink_fox/app.log
|
||||||
Loading…
Reference in New Issue
Block a user