Added call updates
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user