We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$ git clone https://github.com/httparty/matchjs.git $ cd matchjs $ npm install //installs both Bower and NPM dependencies $ npm start //starts Node Foreman and loads environment variables
Node Foreman is used to load environment variables.
npm install -g foreman
.env
.env for MatchJS:
DATABASE_URL='postgres://username:pw@pguri.com:5432/matchjs' GITHUB_CLIENT_ID='github-client-id' GITHUB_CLIENT_SECRET='github-client-secret' CALLBACK='http://localhost:5000/auth/github/callback' GOOGLE_CALLBACK='http://127.0.0.1:5000/api/calendar/auth/google/callback' GOOGLE_CLIENT_ID='google-client-id' GOOGLE_CLIENT_SECRET='google-client-secret' GMAIL_URL='smtps://email-address:pw@smtp.gmail.com'