Skip to content

Commit

Permalink
Add template .env file for local testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
edonosotti committed Apr 25, 2017
1 parent ff157b7 commit f79fb33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
REDIS_URL=redis://{USERNAME}:{PASSWORD}@{HOST}:{PORT}
WECHAT_TOKEN={WECHAT_SHARED_TOKEN}
WECHAT_APPID={WECHAT_APP_ID}
WECHAT_APPSECRET={WECHAT_APP_SECRET}

0 comments on commit f79fb33

Please sign in to comment.