SEQUELIZE_SECRET changes

This commit is contained in:
Jori Lallo 2017-10-30 00:26:45 -07:00
parent bcd10584a8
commit 317214ce13
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,6 @@
# Copy this file to .env, remove this comment and change the keys
#
# Please use `openssl rand -hex 32` to create SEQUELIZE_SECRET
DATABASE_URL=postgres://user:pass@example.com:5432/atlas
DATABASE_URL_TEST=postgres://user:pass@example.com:5432/atlas-test

View File

@ -18,7 +18,6 @@ To install and run the application:
1. Install dependencies with `yarn`
1. Register a Slack app at https://api.slack.com/apps
1. Copy the file `.env.sample` to `.env` and fill out the keys
- Use `openssl rand -hex 32` to create `SEQUELIZE_SECRET`
1. Run DB migrations `yarn sequelize db:migrate`
1. Start the development server `yarn start`