|
|
@@ -30,7 +30,7 @@ export default function(context) {
|
|
|
cookies = document.cookie;
|
|
|
}
|
|
|
let regx = new RegExp(
|
|
|
- "((?<branch>[a-z0-9_\\-]+)\\.)?(?<env>(www|prod|test|local|test-rooter|test-jishuin|prod-rooter|prod-jishuin|rooter|jishuin))\\.proginn\\.com(\\:(?<port>\\d+))?",
|
|
|
+ "((?<branch>[a-z0-9_\\-]+)\\.)?(?<env>(www|prod|test|local|test-rooter|test-jishuin|prod-rooter|prod-jishuin|rooter|jishuin|app))\\.proginn\\.com(\\:(?<port>\\d+))?",
|
|
|
"gim"
|
|
|
);
|
|
|
console.log(regx);
|