README update and added more variables

This commit is contained in:
Joan
2023-08-04 10:25:20 +02:00
parent b575930118
commit 3ff1bf3481
5 changed files with 40 additions and 18 deletions

View File

@@ -5,5 +5,7 @@ MYSQL_DATABASE=telemovris
MYSQL_USER=telemovris
MYSQL_PASSWORD=abcd1234
MYSQL_HOST="telemovris_db"
REQUEST_URL="telemovris_web"
REQUEST_PORT=8000 #use docker internal port, not the exposed one
REQUEST_URL="http://telemovris_web:8000/getmessage"
REQUEST_PATH="getmessage"
RING_WAIT_TIME=25
MAX_CALL_DURATION=30