phoenix/.env

10 lines
217 B
Bash
Raw Normal View History

2023-07-22 11:33:14 +05:00
P_SECRETKEY="super-secret-key"
P_DBPATH="db.sqlite3"
P_LOGLEVEL="debug"
P_ENABLEGINLOGGER="true"
P_PRODUCTION="false"
# Disabled for development
# (not recommended for production environments)
P_SECURECOOKIE="false"