Remove misc files, add root permission, and update env template

This commit is contained in:
garrettmills
2020-07-07 19:30:48 -05:00
parent 6bd1ddc064
commit 60533848a1
5 changed files with 37 additions and 11 deletions

View File

@@ -1,26 +1,35 @@
APP_NAME=Flitter
APP_NAME="Starship CoreID"
APP_URL=http://localhost:8000/
SERVER_PORT=8000
LOGGING_LEVEL=1
LOGGING_LEVEL=2
LOGGING_TIMESTAMP=false
DATABASE_HOST=127.0.0.1
DATABASE_PORT=27017
DATABASE_NAME=flitter
DATABASE_NAME=starship_coreid
DATABASE_AUTH=false
SECRET=changeme
SECRET="Replace this with something randomly generated!"
ENVIRONMENT=production
SSL_ENABLE=false
SSL_CERT_FILE=cert.pem
SSL_CERT_KEY=cert.key
SSL_CERT_FILE=cert.crt
SSL_KEY_FILE=cert.key
LDAP_SERVER_PORT=389
# Every LDAP DN is suffixed with this automatically
LDAP_BASE_DC="dc=coreid,dc=local"
SAML_CERT_FILE="/path/to/x509/public.pem"
SAML_KEY_FILE="/path/to/x509/private.pem"
REDIS_HOST=localhost
REDIS_PORT=6379
SMTP_HOST="mail.mydomain.com"
SMTP_HOST="localhost"
SMTP_PORT="587"
SMTP_USER="coreid@mydomain.com"
SMTP_DEFAULT_SENDER="coreid@mydomain.com"
SMTP_PASS="supersecretpassword"
SMTP_USER="coreid@localhost.localdomain"
SMTP_DEFAULT_SENDER="coreid@localhost.localdomain"
SMTP_PASS="something super secure"