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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user