mirror of
https://github.com/aleleba/KubernetesClassAkademik.git
synced 2025-06-23 15:38:25 -06:00
Agregando Clase 5
This commit is contained in:
16
Clase 5/Ejercicio/server-graphql/.env.development
Normal file
16
Clase 5/Ejercicio/server-graphql/.env.development
Normal 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
|
Reference in New Issue
Block a user