forked from LiveCarta/BookConverter
add configs for staging env
This commit is contained in:
@@ -33,6 +33,14 @@
|
||||
<replace dir="../environments" token="@lcQueHostDemo@" value="${lcQueHostDemo}"/>
|
||||
<replace dir="../environments" token="@lcQuePortDemo@" value="${lcQuePortDemo}"/>
|
||||
|
||||
<replace dir="../environments" token="@ApiURLStaging@" value="${ApiURLStaging}"/>
|
||||
<replace dir="../environments" token="@lcUsernameStaging@" value="${lcUsernameStaging}"/>
|
||||
<replace dir="../environments" token="@lcPasswordStaging@" value="${lcPasswordStaging}"/>
|
||||
<replace dir="../environments" token="@lcQueUsernameStaging@" value="${lcQueUsernameStaging}"/>
|
||||
<replace dir="../environments" token="@lcQuePasswordStaging@" value="${lcQuePasswordStaging}"/>
|
||||
<replace dir="../environments" token="@lcQueHostStaging@" value="${lcQueHostStaging}"/>
|
||||
<replace dir="../environments" token="@lcQuePortStaging@" value="${lcQuePortStaging}"/>
|
||||
|
||||
<replace dir="../environments" token="@ApiURLProd@" value="${ApiURLProd}"/>
|
||||
<replace dir="../environments" token="@lcUsernameProd@" value="${lcUsernameProd}"/>
|
||||
<replace dir="../environments" token="@lcPasswordProd@" value="${lcPasswordProd}"/>
|
||||
|
||||
Reference in New Issue
Block a user