Created
March 2, 2017 14:27
-
-
Save brunokrebs/08bebd4838a8a33f9c7c4eef4fd83b7d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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