feat(config): add the AUTH_SERVICE_ENDPOINT to the .env file

This commit is contained in:
YuehuCao 2025-09-11 22:18:21 +08:00
parent 05aca96639
commit cea505cbdd
2 changed files with 6 additions and 2 deletions

View File

@ -28,4 +28,5 @@ export RABBITMQ_PORT=5672
export FREELEAPS_ENV=local export FREELEAPS_ENV=local
export LOG_BASE_PATH=${CODEBASE_ROOT}/log export LOG_BASE_PATH=${CODEBASE_ROOT}/log
export AUTH_SERVICE_ENDPOINT=http://localhost:9000/api/v1/keys/
export AUTH_SERVICE_PORT=9000

View File

@ -27,6 +27,9 @@ export DOCKER_BACKEND_LOG_HOME=$DOCKER_BACKEND_HOME/log
export RABBITMQ_HOST=localhost export RABBITMQ_HOST=localhost
export RABBITMQ_PORT=5672 export RABBITMQ_PORT=5672
export AUTH_SERVICE_ENDPOINT=http://localhost:9000/api/v1/keys/
export AUTH_SERVICE_PORT=9000
# for local environment # for local environment
export MONGODB_URI=mongodb://localhost:27017/ export MONGODB_URI=mongodb://localhost:27017/
# connectivity from local to alpha # connectivity from local to alpha