Skip to content

Commit

Permalink
adds APP_HOST to .env_sample for #80 #77 #14
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Mar 12, 2018
1 parent 4f2741e commit d05bc69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env_sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# APP_HOST is the host of your app, if you deploy the app change to your domain.
export APP_HOST=localhost

# PRIVATE_KEY should be generated in your GitHub App settings
export PRIVATE_KEY=YOUR_PRIVATE_KEY

Expand Down

0 comments on commit d05bc69

Please sign in to comment.