Commit 492a5d5e by Oleksandr Barabash

flow link updated

parent 70617486
...@@ -72,12 +72,12 @@ class AppConfig: ...@@ -72,12 +72,12 @@ class AppConfig:
APP_ID = os.environ.get("MS_APP_ID", "app-id") APP_ID = os.environ.get("MS_APP_ID", "app-id")
APP_PASSWORD = os.environ.get("MS_APP_PASSWORD", "app-password") APP_PASSWORD = os.environ.get("MS_APP_PASSWORD", "app-password")
PA_URL = os.environ.get( PA_URL = os.environ.get(
"PA_URL", ("https://prod-192.westeurope.logic.azure.com:443" "PA_URL", (
"/workflows/22a28a2927454e6eb935484d84097132" "https://prod-204.westeurope.logic.azure.com:443/workflows/"
"/triggers/manual/paths/" "7780619c3381411991bf5c161719d0bf/triggers/manual/paths/"
"invoke?api-version=2016-06-01&" "invoke?api-version=2016-06-01&sp=%2Ftriggers%2Fmanual%2Frun&"
"sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0" "sv=1.0&sig=yQiQs3aA_nT_NilCzFzQgYj14UgOAXluUyDfphatx-4"
"&sig=7cNmhQciqmG-CGzOWdS6gTXocXN7fn-900hU04riygs") )
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment