diff options
author | 2019-12-13 00:48:11 +0000 | |
---|---|---|
committer | 2019-12-13 00:48:11 +0000 | |
commit | 8a545b495a19715cc519afc9a867e16787cd5212 (patch) | |
tree | 74569b82d99cf0c54089e480137a832f5cec5e62 /docker-compose.yml | |
parent | Revert "Use OAuth to be Reddit API compliant" (#695) (diff) |
Revert "Revert "Use OAuth to be Reddit API compliant""
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index f79fdba58..7281c7953 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,3 +42,5 @@ services: environment: BOT_TOKEN: ${BOT_TOKEN} BOT_API_KEY: badbot13m0n8f570f942013fc818f234916ca531 + REDDIT_CLIENT_ID: ${REDDIT_CLIENT_ID} + REDDIT_SECRET: ${REDDIT_SECRET} |