LAW-3131 Setup QA env config

This commit is contained in:
g
2020-02-27 14:59:08 +03:00
parent 90c6a6c5bc
commit fdcd7dcb65
7 changed files with 8 additions and 36 deletions

View File

@@ -17,6 +17,14 @@
<replace dir="../environments" token="@lcQueHostDev@" value="${lcQueHostDev}"/>
<replace dir="../environments" token="@lcQuePortDev@" value="${lcQuePortDev}"/>
<replace dir="../environments" token="@ApiURLQA@" value="${ApiURLQA}"/>
<replace dir="../environments" token="@lcUsernameQA@" value="${lcUsernameQA}"/>
<replace dir="../environments" token="@lcPasswordQA@" value="${lcPasswordQA}"/>
<replace dir="../environments" token="@lcQueUsernameQA@" value="${lcQueUsernameQA}"/>
<replace dir="../environments" token="@lcQuePasswordQA@" value="${lcQuePasswordQA}"/>
<replace dir="../environments" token="@lcQueHostQA@" value="${lcQueHostQA}"/>
<replace dir="../environments" token="@lcQuePortQA@" value="${lcQuePortQA}"/>
<property name="replace.done" value="true"/>
</target>

View File

@@ -1,5 +0,0 @@
{
"url": "@ApiURLLion@",
"username": "@lcUsernameLion@",
"password": "@lcPasswordLion@"
}

View File

@@ -1,7 +0,0 @@
{
"username": "@lcQueUsernameLion@",
"password": "@lcQuePasswordLion@",
"host": "@lcQueHostLion@",
"port": "@lcQuePortLion@",
"queue": "queueDocContentTypeImport"
}

View File

@@ -1,5 +0,0 @@
{
"url": "@ApiURLQAN@",
"username": "@lcUsernameQAN@",
"password": "@lcPasswordQAN@"
}

View File

@@ -1,7 +0,0 @@
{
"username": "@lcQueUsernameQAN@",
"password": "@lcQuePasswordQAN@",
"host": "@lcQueHostQAN@",
"port": "@lcQuePortQAN@",
"queue": "queueDocContentTypeImport"
}

View File

@@ -1,5 +0,0 @@
{
"url": "@ApiURLTest@",
"username": "@lcUsernameTest@",
"password": "@lcPasswordTest@"
}

View File

@@ -1,7 +0,0 @@
{
"username": "@lcQueUsernameTest@",
"password": "@lcQuePasswordTest@",
"host": "@lcQueHostTest@",
"port": "@lcQuePortTest@",
"queue": "queueDocContentTypeImport"
}