use docker internal endpoint as the central_storage webapi endpoint

This commit is contained in:
Aml Admin 2024-11-05 19:35:04 +00:00
parent 2bacfd50ca
commit 357855d9c7

View File

@ -1,3 +1,3 @@
export MONGODB_URI='mongodb+srv://freeadmin:0eMV0bt8oyaknA0m@freeleaps2.zmsmpos.mongodb.net/?retryWrites=true&w=majority'
export CENTRAL_STORAGE_WEBAPI_URL_BASE="http://if010-w2-if-vm.mathmast.com:8005/api"
export CENTRAL_STORAGE_WEBAPI_URL_BASE="http://central_storage:8005/api"
export FREELEAPS_ENV=prod