Skip to content

Commit 4662919

Browse files
committed
Minor formatting.
1 parent 12aaf19 commit 4662919

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

setup-ssjs.sh

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ npm install
44

55
echo -e "\n\nNOW ENTER YOUR HEROKU PASSWORD"
66
# Set up heroku.
7-
# - https://devcenter.heroku.com/articles/config-vars#setting-up-config-vars-for-a-deployed-application
8-
# - https://devcenter.heroku.com/articles/heroku-postgresql#provisioning-the-add-on
7+
# - devcenter.heroku.com/articles/config-vars
8+
# - devcenter.heroku.com/articles/heroku-postgresql
99
heroku login
1010
heroku create
1111
ssh-keygen -t rsa
@@ -16,10 +16,9 @@ heroku plugins:install git://github.com/ddollar/heroku-config.git
1616

1717
# Set up heroku configuration variables
1818
# https://devcenter.heroku.com/articles/config-vars
19-
# IMPORTANT:
20-
# - Edit .env to include your own COINBASE_API_KEY and HEROKU_POSTGRES_URL.
21-
# - Modify the .env.dummy file, and DO NOT check .env into the git repository.
22-
# - See .env.dummy for details.
19+
# - Edit .env to include your own COINBASE_API_KEY and HEROKU_POSTGRES_URL.
20+
# - Modify the .env.dummy file, and DO NOT check .env into the git repository.
21+
# - See .env.dummy for details.
2322
cp .env.dummy .env
2423

2524
# For local: setup postgres (one-time) and then run the local server

0 commit comments

Comments
 (0)