aimclub / FEDOT.Web

Graphic tool for the automated evolutionary design of composite models
https://fedot.onti.actcognitive.org
BSD 3-Clause "New" or "Revised" License
37 stars 5 forks source link

MONGO_URI Error on running main.py #76

Closed hemangjoshi37a closed 2 years ago

hemangjoshi37a commented 3 years ago

Screenshot from 2021-09-19 09-31-11 https://hjlabs.in

nicl-nno commented 3 years ago

Hi!

Please check the environmental variable MONGO_CONN_STRING exists. The following command can be used echo $MONGO_CONN_STRING

The value should be 'mongodb://127.0.0.1:27017/test_db?compressors=zlib'

hemangjoshi37a commented 2 years ago

Hi!

Please check the environmental variable MONGO_CONN_STRING exists. The following command can be used echo $MONGO_CONN_STRING

The value should be 'mongodb://127.0.0.1:27017/test_db?compressors=zlib'

Thanks https://hjlabs.in