Update content alpha settings

This commit is contained in:
jetli 2024-11-09 00:22:05 +00:00
parent 17f0ffd878
commit d76c2560ff
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
export MONGODB_URI='mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/' 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 export FREELEAPS_ENV=alpha

View File

@ -1,3 +1,3 @@
export MONGODB_URI=mongodb://freeleaps2-mongodb:27017/ 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 export FREELEAPS_ENV=dev

View File

@ -1,5 +1,5 @@
export MONGODB_URI=mongodb://localhost:27017/ 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 FREELEAPS_ENV=local
export LOG_BASE_PATH=${CODEBASE_ROOT}/log export LOG_BASE_PATH=${CODEBASE_ROOT}/log