6 lines
286 B
Bash
Executable File
6 lines
286 B
Bash
Executable File
export MONGODB_URI=mongodb://freeleaps2-mongodb:27017/
|
|
export DEVSVC_WEBAPI_URL_BASE='http://devsvc:8007/api/devsvc' # devsvc for accessing other docker image within same network
|
|
export NOTIFICATION_WEBAPI_URL_BASE="http://notification:8003/api/notification/"
|
|
export FREELEAPS_ENV=dev
|
|
|