forked from freeleaps/freeleaps-pub
Merged PR 62: Update for chat service setting for .env
Update for chat service setting for .env
This commit is contained in:
commit
78242962e6
@ -672,7 +672,7 @@ if [[ "$USE_LOCAL_COMPONENT_VAL" == "true" ]]; then
|
||||
export STRIPE_ACCOUNT_WEBHOOK_SECRET=whsec_PgPnkWGhEUiQfnV8aIb5Wmruz7XETJLm
|
||||
export SITE_URL_ROOT=http://localhost
|
||||
export FREELEAPS_DEVSVC_ENDPOINT=http://devsvc:8007/api/devsvc/
|
||||
export FREELEAPS_CHAT_ENDPOINT=http://freeleaps-chat:8012/api/chat/
|
||||
export FREELEAPS_CHAT_ENDPOINT=http://chat:8012/api/chat/
|
||||
export FREELEAPS_CONTENT_ENDPOINT=http://content:8013/api/content/
|
||||
export FREELEAPS_NOTIFICATION_ENDPOINT=http://notification:8003/api/notification/
|
||||
export FREELEAPS_CENTRAL_STORAGE_ENDPOINT=http://central_storage:8005/api/central_storage/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user