This commit is contained in:
2022-10-10 22:52:40 -06:00
parent f1391bde3d
commit 074021530f
38 changed files with 9315 additions and 0 deletions

View File

@ -0,0 +1,16 @@
#ENVIRONMENT Defauld production
ENV=development
#WHITELIST URLS Default to http://localhost
WHITELIST_URLS=http://localhost:4000
#GRAPHIQL Default to "false"
GRAPHIQL=false
#PLAYGROUND GRAPHQL Default to "false"
PLAYGROUND_GRAPHQL=true
# PORT EXPOSE APP Default to 4000
PORT=4000
# MONGO CONFIGURATION
HOST_MONGO=localhost
PORT_MONGO=27017
DB_MONGO=app_db
USER_MONGO=root
PASSWORD_MONGO=1234