Update content alpha settings
This commit is contained in:
parent
17f0ffd878
commit
d76c2560ff
@ -1,3 +1,3 @@
|
||||
export MONGODB_URI='mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/'
|
||||
export CENTRAL_STORAGE_WEBAPI_URL_BASE="http://central_storage:8005/api"
|
||||
export CENTRAL_STORAGE_WEBAPI_URL_BASE="http://central_storage:8005/api/central_storage/"
|
||||
export FREELEAPS_ENV=alpha
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
export MONGODB_URI=mongodb://freeleaps2-mongodb:27017/
|
||||
export CENTRAL_STORAGE_WEBAPI_URL_BASE="http://central_storage:8005/api"
|
||||
export CENTRAL_STORAGE_WEBAPI_URL_BASE="http://central_storage:8005/api/central_storage/"
|
||||
export FREELEAPS_ENV=dev
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
export MONGODB_URI=mongodb://localhost:27017/
|
||||
export CENTRAL_STORAGE_WEBAPI_URL_BASE="http://localhost:8005/api"
|
||||
export CENTRAL_STORAGE_WEBAPI_URL_BASE="http://localhost:8005/api/central_storage"
|
||||
export FREELEAPS_ENV=local
|
||||
export LOG_BASE_PATH=${CODEBASE_ROOT}/log
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user