- DraftReporter.git
- environments
- production.yml
This file ( 580B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
# configuration file for production environment
# only log warning and error messsages
log: "warning"
# log message to a file in logs/
logger: "file"
# don't consider warnings critical
warnings: 0
# hide errors
show_errors: 1
# disable server tokens in production environments
no_server_tokens: 1
# mysql db sessions table:
session: "YAML"
# session: "DBIx" # doesn't work !! ? cookie handling?
engines:
session:
DBIx: # ~/perl-lib/Dancer2/Session/DBIx
# dsn: "DBI:mysql:database=test;mysql_read_default_file=~/.local/mysql.cnf"
dbname: "lims_test"