pink_fox/environment/example.config.yml
2025-03-14 02:56:27 +03:00

16 lines
259 B
YAML
Raw 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: localhost
user: user
password: password
port: 5432
database: dbname
debug: true
# Путь к файлу лога
#logFile: /var/log/pink_fox/app.log