Agregando Clase 5

This commit is contained in:
2022-09-14 15:56:37 -06:00
parent c902a9fee0
commit 1746097811
39 changed files with 9315 additions and 1 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