chore(alpha.env): Move alpha.env to tests, because this file is only used to verify local-to-alpha connectivity and should not live at the project root
This commit is contained in:
parent
2213fa59b5
commit
09b1017027
@ -28,6 +28,6 @@ export RABBITMQ_PORT=5672
|
|||||||
#export MONGODB_URI="mongodb://localhost:27017/"
|
#export MONGODB_URI="mongodb://localhost:27017/"
|
||||||
#export MONGODB_NAME="interview"
|
#export MONGODB_NAME="interview"
|
||||||
export MONGODB_URI="mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/"
|
export MONGODB_URI="mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/"
|
||||||
export MONGODB_NAME="freeleaps2"
|
export MONGODB_NAME="interview"
|
||||||
export FREELEAPS_ENV=local
|
export FREELEAPS_ENV=alpha
|
||||||
export LOG_BASE_PATH=./log
|
export LOG_BASE_PATH=./log
|
||||||
Loading…
Reference in New Issue
Block a user