Spaces:
Build error
Build error
| #!/usr/bin/env python3 | |
| # Copyright (c) Microsoft Corporation. All rights reserved. | |
| # Licensed under the MIT License. | |
| import os | |
| class DefaultConfig: | |
| """ Bot Configuration """ | |
| PORT = 3978 | |
| # APP_ID = os.environ.get("MicrosoftAppId","a1ad5c7f-838c-4c37-8d43-1e763e210a86") | |
| # APP_PASSWORD = os.environ.get("MicrosoftAppPassword","DXL8Q~wGe3aFGjbmFWMyY4-ZsFfXp~0Zsy-q_cR5") | |
| APP_ID = os.environ.get("MicrosoftAppId","") | |
| APP_PASSWORD = os.environ.get("MicrosoftAppPassword","") | |