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

Commit 4eeb975

Browse files
Add imgur keys to docker settings
1 parent 9476f06 commit 4eeb975

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)