Skip to content

Instantly share code, notes, and snippets.

@brunokrebs
Created March 2, 2017 14:27
Show Gist options
  • Save brunokrebs/08bebd4838a8a33f9c7c4eef4fd83b7d to your computer and use it in GitHub Desktop.
Save brunokrebs/08bebd4838a8a33f9c7c4eef4fd83b7d to your computer and use it in GitHub Desktop.
wt create webtask/tasks.js \
--meta wt-compiler=webtask-tools/express \
-s AUTH0_SECRET=secret-from-auth0.com \
-s MONGO_USER=task-list-user \
-s MONGO_PASSWORD=111222 \
-s MONGO_URL=ds147069.mlab.com:47069/task-list \
--prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment