it-all / slimAdmin

A PHP Web Programming Framework with Administration, Based on Slim Micro-Framework and PostgreSQL
MIT License
5 stars 1 forks source link

Move some configuration settings to database #130

Open it-all opened 6 years ago

it-all commented 6 years ago

from .env

error handling settings

ERRORS_ECHO_DEV=1 # defaults true (1) if not set ERRORS_EMAIL_DEV=1 # defaults false (0) if not set

email settings

PHPMAILER_PROTOCOL="" # required, but leave blank to disable emailing, or: smtp, sendmail, mail, qmail PHPMAILER_SMTP_HOST="" # required if protocol set to smtp PHPMAILER_SMTP_PORT= # if smtp protocol. must be integer

emails

EMAILS_OWNER="" EMAILS_PROGRAMMER="" EMAILS_SERVICE=""

it-all commented 6 years ago

129

it-all commented 6 years ago

possibly more from config/