url update
This commit is contained in:
parent
9f4192257f
commit
10450a9413
@ -17,7 +17,7 @@ import random
|
|||||||
import time
|
import time
|
||||||
|
|
||||||
ex = Experiment(save_git_info=False)
|
ex = Experiment(save_git_info=False)
|
||||||
ex.observers.append(MongoObserver(url='mongodb://mongo_user:mongo_password_IUM_2021@localhost:27017',
|
ex.observers.append(MongoObserver(url='mongodb://admin:IUM_2021@172.17.0.1:27017',
|
||||||
db_name='sacred'))
|
db_name='sacred'))
|
||||||
|
|
||||||
@ex.config
|
@ex.config
|
||||||
|
Loading…
Reference in New Issue
Block a user