Skip to content

Commit

Permalink
update admin .docker_env
Browse files Browse the repository at this point in the history
  • Loading branch information
rlopezdev committed Jun 5, 2019
1 parent 4242518 commit 45a302c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions admin/.docker_env
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ DEFAULT_CITY=Paris
DEFAULT_LANGUE=fr-FR
APP_URL=http://localhost:9000

# WebSocket
WS_PORT=9001

# Redis settings
REDIS_PORT=6379
REDIS_HOST=linto-admin-redis
Expand All @@ -29,8 +26,8 @@ TOCK_API=linto-nlu-web
LM_API=http://54.37.20.77:5001

# Business Logic Server
BUSINESS_LOGIC_SERVER_URI=linto-business-logic-server:9000
BLS_AUTH=true
BUSINESS_LOGIC_SERVER_URI=linto-business-logic-server:9000/redui
BLS_AUTH=false
# Default login settings
BLS_LOGIN=admin
BLS_PSWD=password
Expand All @@ -42,3 +39,7 @@ LOGIC_MQTT_USER=LOGIC_MQTT_USER
LOGIC_MQTT_PWD=LOGIC_MQTT_PWD
LOGIC_MQTT_USE_LOGIN=false
LOGIC_CLIENT_CODE=blk

# STT
STT_URL_FR=linto-stt-server-fr:8888/stt/fr/transcribe
STT_URL_EN=linto-stt-server-en:8888/stt/en/transcribe

0 comments on commit 45a302c

Please sign in to comment.