🔧(tilt) configure telephony in tilt stack for development
Add default telephony configuration to the tilt stack to enable development workflow around authentication features. Note: This is a fake/mock configuration and is not functional for production use. It's intended solely for development purposes.
This commit is contained in:
committed by
aleb_the_flash
parent
872ce1ecc6
commit
e0258a1765
@@ -69,6 +69,8 @@ backend:
|
||||
SUMMARY_SERVICE_API_TOKEN: password
|
||||
SCREEN_RECORDING_BASE_URL: https://meet.127.0.0.1.nip.io/recordings
|
||||
ROOM_TELEPHONY_ENABLED: True
|
||||
ROOM_TELEPHONY_DEFAULT_COUNTRY: 'FR'
|
||||
ROOM_TELEPHONY_PHONE_NUMBER: '+33901020304'
|
||||
SSL_CERT_FILE: /usr/local/lib/python3.13/site-packages/certifi/cacert.pem
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user