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.
|
- VERSION=0.9.1
-
- SYSTEM_NAME='Turnen Auf Zeit'
-
- #DB_USER='root'
- #DB_PWD='TurnenAufZeit'
- #DB_HOST='mongo'
- #DB_PORT=27017
- #DB_SOURCE='admin'
- #DB_DB='TurnenAufZeit'
-
- MAIL_HOST=''
- MAIL_PORT=25
- MAIL_SECURE=false
- MAIL_USER=''
- MAIL_PWD=''
- MAIL_ADDRESS=''
- MAIL_NAME=''
-
- #SERVER_PORT=3000
- #SERVER_LISTEN='0.0.0.0'
- #SERVER_HOST='http://localhost:8080'
-
- GRAPHQL_SERVER='ws://localhost:3000/graphql'
-
- ADMIN_MAIL=''
|