Skip to content

Commit

Permalink
change mongo uri host name
Browse files Browse the repository at this point in the history
  • Loading branch information
LanaBot committed Aug 2, 2023
1 parent d77c61c commit 22e248d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ class Config:
"""Base config."""
PRCORE_HEADERS = {'Authorization':'Bearer UaJW0QvkMA1cVnOXB89E0NbLf3JRRoHwv2wWmaY5v=QYpaxr1UD9/FupeZ85sa2r'}
PRCORE_BASE_URL = 'https://kairos.cloud.ut.ee/api'
MONGO_URI = 'mongodb://localhost:27017' # HOST NAME SHOULD BE THE SAME AS MONGO CONTAINER NAME
MONGO_URI = 'mongodb://mongodb:27017' # HOST NAME SHOULD BE THE SAME AS MONGO CONTAINER NAME
DEBUG = False

0 comments on commit 22e248d

Please sign in to comment.