pink_fox/environment/example.config.yml

16 lines
267 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Порт для приложения
port: 12001
# Соединение с postgres
db:
host: postgres
user: pink_fox
password: password
port: 5432
database: pink_fox_db
debug: true
# Путь к файлу лога
#logFile: /var/log/pink_fox/app.log