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=
#WHITELIST URLS Default to http://localhost
WHITELIST_URLS=
#GRAPHIQL Default to "false"
GRAPHIQL=
#PLAYGROUND GRAPHQL Default to "false"
PLAYGROUND_GRAPHQL=
# PORT EXPOSE APP Default to 4000
PORT=
# MONGO CONFIGURATION
HOST_MONGO=
PORT_MONGO=
DB_MONGO=
USER_MONGO=
PASSWORD_MONGO=