add configs for staging env

This commit is contained in:
Gregory Pradun
2020-11-25 17:15:32 +03:00
parent 61def09973
commit f1e0531ce5
3 changed files with 20 additions and 0 deletions

View File

@@ -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}"/>

View File

@@ -0,0 +1,5 @@
{
"url": "@ApiURLStaging@",
"username": "@lcUsernameStaging@",
"password": "@lcPasswordStaging@"
}

View File

@@ -0,0 +1,7 @@
{
"username": "@lcQueUsernameStaging@",
"password": "@lcQuePasswordStaging@",
"host": "@lcQueHostStaging@",
"port": "@lcQuePortStaging@",
"queue": "queueDocContentTypeImport"
}