Skip to content
This repository was archived by the owner on Aug 3, 2025. It is now read-only.

Commit df24015

Browse files
Merge pull request #55 from acm-uiuc/bugfix/add-imgur-to-settings
Add imgur key/value pairs to docker settings
2 parents 154c5c8 + 4eeb975 commit df24015

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/docker_settings_init.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ memes="MYSQL = {
4141
}
4242
4343
GROOT_ACCESS_TOKEN = ''
44-
GROOT_SERVICES_URL = 'http://groot-api-gateway:8000'"
44+
GROOT_SERVICES_URL = 'http://groot-api-gateway:8000'
45+
46+
IMGUR_CLIENT_ID = ''
47+
IMGUR_CLIENT_SECRET = ''"
4548
echo "$memes" > groot-meme-service/settings.py
4649

4750
##### SETUP VOZ #####

0 commit comments

Comments
 (0)