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

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