mirror of
https://github.com/aleleba/curso-basico-kubernetes.git
synced 2025-07-25 23:28:12 -06:00
Clase 6
This commit is contained in:
16
Clase 6/Ejercicio/server-graphql/.env.example
Normal file
16
Clase 6/Ejercicio/server-graphql/.env.example
Normal 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=
|
Reference in New Issue
Block a user