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>