Skip to content

Commit

Permalink
Fix URL being eagerly required
Browse files Browse the repository at this point in the history
  • Loading branch information
tomverran committed May 6, 2017
1 parent 21a2c9c commit 9c06a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ akka {
reddit {
client-id = ${?REDDIT_CLIENT_ID}
client-secret = ${?REDDIT_CLIENT_SECRET}
redirect-url = ${REDDIT_REDIRECT_URL}
redirect-url = ${?REDDIT_REDIRECT_URL}
}

aws {
Expand Down

0 comments on commit 9c06a6e

Please sign in to comment.