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="@lcQueHostDemo@" value="${lcQueHostDemo}"/>
|
||||||
<replace dir="../environments" token="@lcQuePortDemo@" value="${lcQuePortDemo}"/>
|
<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="@ApiURLProd@" value="${ApiURLProd}"/>
|
||||||
<replace dir="../environments" token="@lcUsernameProd@" value="${lcUsernameProd}"/>
|
<replace dir="../environments" token="@lcUsernameProd@" value="${lcUsernameProd}"/>
|
||||||
<replace dir="../environments" token="@lcPasswordProd@" value="${lcPasswordProd}"/>
|
<replace dir="../environments" token="@lcPasswordProd@" value="${lcPasswordProd}"/>
|
||||||
|
|||||||
5
environments/staging/config/api_config.json
Normal file
5
environments/staging/config/api_config.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"url": "@ApiURLStaging@",
|
||||||
|
"username": "@lcUsernameStaging@",
|
||||||
|
"password": "@lcPasswordStaging@"
|
||||||
|
}
|
||||||
7
environments/staging/config/queue_config.json
Normal file
7
environments/staging/config/queue_config.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"username": "@lcQueUsernameStaging@",
|
||||||
|
"password": "@lcQuePasswordStaging@",
|
||||||
|
"host": "@lcQueHostStaging@",
|
||||||
|
"port": "@lcQuePortStaging@",
|
||||||
|
"queue": "queueDocContentTypeImport"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user