Skip to content
Snippets Groups Projects
Commit 45393b78 authored by Michelle Weidling's avatar Michelle Weidling :blowfish:
Browse files

fix: hostname

parent 8072b27e
No related branches found
No related tags found
No related merge requests found
Pipeline #446319 passed
...@@ -31,7 +31,7 @@ app.add_middleware( ...@@ -31,7 +31,7 @@ app.add_middleware(
USERNAME = os.getenv('USERNAME') USERNAME = os.getenv('USERNAME')
PASSWORD = os.getenv('PASSWORD') PASSWORD = os.getenv('PASSWORD')
CLIENT = MongoClient(f'mongodb://{USERNAME}:{PASSWORD}@localhost:27017/results?authSource=results') CLIENT = MongoClient(f'mongodb://{USERNAME}:{PASSWORD}@quiver-mongodb-1:27017/results?authSource=results')
DB = CLIENT.results DB = CLIENT.results
COLL = DB.quiver COLL = DB.quiver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment