Merged PR 460: debug for environments deployement
debug for environments deployement Related work items: #6209
This commit is contained in:
@@ -39,6 +39,14 @@ export const getSASToken = () => {
|
|||||||
"https://" + m_ResourceURI + "/" + m_Path + "/"
|
"https://" + m_ResourceURI + "/" + m_Path + "/"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
console.log("///////////////////////");
|
||||||
|
console.log("WEBAPI_URL: " + WEBAPI_URL);
|
||||||
|
console.log("m_ResourceURI: " + m_ResourceURI);
|
||||||
|
console.log("m_Path: " + m_Path);
|
||||||
|
console.log("m_SasKey: " + m_SasKey);
|
||||||
|
console.log("m_SasKeyName: " + m_SasKeyName);
|
||||||
|
console.log("///////////////////////");
|
||||||
|
|
||||||
var t0 = new Date(1970, 1, 1, 0, 0, 0, 0);
|
var t0 = new Date(1970, 1, 1, 0, 0, 0, 0);
|
||||||
var t1 = new Date();
|
var t1 = new Date();
|
||||||
var expireInSeconds =
|
var expireInSeconds =
|
||||||
@@ -62,6 +70,9 @@ export const getSASToken = () => {
|
|||||||
"&skn=" +
|
"&skn=" +
|
||||||
m_SasKeyName;
|
m_SasKeyName;
|
||||||
|
|
||||||
|
console.log("///////////////////////");
|
||||||
|
console.log("token: " + token);
|
||||||
|
console.log("///////////////////////");
|
||||||
return token;
|
return token;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user