forked from LiveCarta/BookConverter
LAW-3131 Setup QA env config
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"url": "@ApiURLLion@",
|
||||
"username": "@lcUsernameLion@",
|
||||
"password": "@lcPasswordLion@"
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"username": "@lcQueUsernameLion@",
|
||||
"password": "@lcQuePasswordLion@",
|
||||
"host": "@lcQueHostLion@",
|
||||
"port": "@lcQuePortLion@",
|
||||
"queue": "queueDocContentTypeImport"
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"url": "@ApiURLQAN@",
|
||||
"username": "@lcUsernameQAN@",
|
||||
"password": "@lcPasswordQAN@"
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"username": "@lcQueUsernameQAN@",
|
||||
"password": "@lcQuePasswordQAN@",
|
||||
"host": "@lcQueHostQAN@",
|
||||
"port": "@lcQuePortQAN@",
|
||||
"queue": "queueDocContentTypeImport"
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"url": "@ApiURLTest@",
|
||||
"username": "@lcUsernameTest@",
|
||||
"password": "@lcPasswordTest@"
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"username": "@lcQueUsernameTest@",
|
||||
"password": "@lcQuePasswordTest@",
|
||||
"host": "@lcQueHostTest@",
|
||||
"port": "@lcQuePortTest@",
|
||||
"queue": "queueDocContentTypeImport"
|
||||
}
|
||||
Reference in New Issue
Block a user