Added call updates

This commit is contained in:
2025-09-24 16:39:05 -04:00
parent f6e22bb975
commit c92183720d
4 changed files with 34 additions and 6 deletions

View File

@@ -53,6 +53,9 @@ class ApplicationConfig:
# VoIP.ms API endpoint
voipms_api_url = os.environ.get('VOIPMS_API_URL', "https://voip.ms/api/v1/rest.php")
# API Token for Frontend Authentication
voipms_api_token = os.environ.get('VOIPMS_API_TOKEN')
# Create a single instance of the settings to be used throughout the app
settings = ApplicationConfig()