🧑💻(backend) configure the external application API
Configure the external application API across different Kubernetes setups to enable seamless usage without repeated configuration when iterating on endpoints.
This commit is contained in:
committed by
aleb_the_flash
parent
d37f47e82c
commit
e58181f846
@@ -75,6 +75,10 @@ backend:
|
||||
ROOM_TELEPHONY_PHONE_NUMBER: '+33901020304'
|
||||
SSL_CERT_FILE: /usr/local/lib/python3.13/site-packages/certifi/cacert.pem
|
||||
ROOM_SUBTITLE_ENABLED: True
|
||||
EXTERNAL_API_ENABLED: True
|
||||
APPLICATION_JWT_AUDIENCE: https://meet.127.0.0.1.nip.io/external-api/v1.0/
|
||||
APPLICATION_JWT_SECRET_KEY: devKeyApplication
|
||||
APPLICATION_BASE_URL: https://meet.127.0.0.1.nip.io
|
||||
|
||||
|
||||
migrate:
|
||||
|
||||
Reference in New Issue
Block a user