Skip to content

Instantly share code, notes, and snippets.

@LazyFatArrow
Created March 9, 2019 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LazyFatArrow/173ad652af1183f18f4b75585170a713 to your computer and use it in GitHub Desktop.
Save LazyFatArrow/173ad652af1183f18f4b75585170a713 to your computer and use it in GitHub Desktop.
# #
# Server config
# #
SERVER_PORT=4000
MONGO_URI='mongodb://localhost:27017/magv'
# #
# Vue app config
# #
VUE_APP_GRAPHQL_HTTP_URL='http://localhost:4000'
VUE_APP_GRAPHQL_WS_URL='ws://localhost:4000/graphql'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment