From 317214ce13f93f3d6888498e2f91d54f92e2c398 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Mon, 30 Oct 2017 00:26:45 -0700 Subject: [PATCH] SEQUELIZE_SECRET changes --- .env.sample | 2 ++ README.md | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index d0698531a..66b83dc1b 100644 --- a/.env.sample +++ b/.env.sample @@ -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 diff --git a/README.md b/README.md index 01c90bb23..f8d1f51b0 100644 --- a/README.md +++ b/README.md @@ -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`