You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
frontend/.env

20 lines
318 B

APP_NAME=Flitter
APP_URL=http://localhost:8000/
SERVER_PORT=8000
LOGGING_LEVEL=1
DATABASE_HOST=10.125.125.1
DATABASE_PORT=27017
DATABASE_NAME=test4
DATABASE_AUTH=true
DATABASE_USER=nova38
DATABASE_PASS=135798642
SECRET=changeme
ENVIRONMENT=development
SSL_ENABLE=false
SSL_CERT_FILE=cert.pem
SSL_CERT_KEY=cert.key