APP_NAME="Starship CoreID" APP_URL=http://localhost:8000/ SERVER_PORT=8000 LOGGING_LEVEL=2 LOGGING_TIMESTAMP=false DATABASE_HOST=127.0.0.1 DATABASE_PORT=27017 DATABASE_NAME=starship_coreid DATABASE_AUTH=false SECRET="Replace this with something randomly generated!" ENVIRONMENT=production SSL_ENABLE=false 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="localhost" SMTP_PORT="587" SMTP_USER="coreid@localhost.localdomain" SMTP_DEFAULT_SENDER="coreid@localhost.localdomain" SMTP_PASS="something super secure" JOB_QUEUE_CONNECTOR=true JOB_QUEUE_CONNECTOR_SECRET=