Skip to content

Commit

Permalink
Use quotes for Discourse secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Sep 3, 2021
1 parent e51b069 commit 8d5ffc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ WIKI_APIPASSWORD=w1k1ap1
WIKI_COOKIE_PREFIX=wiki_db

FEATURE__DISCOURSE_INTEGRATION=true
DISCOURSE_SECRET=ASDF
# Always put quotes around Discourse secrets, because they might contain the hash symbol.
DISCOURSE_SECRET="ASDF"
DISCOURSE_URL=http://talk.restarters.test
DISCOURSE_APIUSER=someuser
DISCOURSE_APIKEY=1234
Expand Down

0 comments on commit 8d5ffc6

Please sign in to comment.