Skip to content

Instantly share code, notes, and snippets.

@LazyFatArrow
Created April 1, 2019 20:14
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/3cca4cf0ceadc7198c2c980c1652cf97 to your computer and use it in GitHub Desktop.
Save LazyFatArrow/3cca4cf0ceadc7198c2c980c1652cf97 to your computer and use it in GitHub Desktop.
# #
# Server config
# #
SERVER_PORT=4000
MONGO_URI='mongodb://localhost:27017/voting-app'
# #
# 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