forked from LiveCarta/BookConverter
add configuration files
This commit is contained in:
5
environments/demo/config/api_config.json
Normal file
5
environments/demo/config/api_config.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"url": "@ApiURLDemo@",
|
||||||
|
"username": "@lcUsernameDemo@",
|
||||||
|
"password": "@lcPasswordDemo@"
|
||||||
|
}
|
||||||
7
environments/demo/config/queue_config.json
Normal file
7
environments/demo/config/queue_config.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"username": "@lcQueUsernameDemo@",
|
||||||
|
"password": "@lcQuePasswordDemo@",
|
||||||
|
"host": "@lcQueHostDemo@",
|
||||||
|
"port": "@lcQuePortDemo@",
|
||||||
|
"queue": "queueDocContentTypeImport"
|
||||||
|
}
|
||||||
5
environments/dev/config/api_config.json
Normal file
5
environments/dev/config/api_config.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"url": "@ApiURLDev@",
|
||||||
|
"username": "@lcUsernameDev@",
|
||||||
|
"password": "@lcPasswordDev@"
|
||||||
|
}
|
||||||
7
environments/dev/config/queue_config.json
Normal file
7
environments/dev/config/queue_config.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"username": "@lcQueUsernameDev@",
|
||||||
|
"password": "@lcQuePasswordDev@",
|
||||||
|
"host": "@lcQueHostDev@",
|
||||||
|
"port": "@lcQuePortDev@",
|
||||||
|
"queue": "queueDocContentTypeImport"
|
||||||
|
}
|
||||||
5
environments/lion/config/api_config.json
Normal file
5
environments/lion/config/api_config.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"url": "@ApiURLLion@",
|
||||||
|
"username": "@lcUsernameLion@",
|
||||||
|
"password": "@lcPasswordLion@"
|
||||||
|
}
|
||||||
7
environments/lion/config/queue_config.json
Normal file
7
environments/lion/config/queue_config.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"username": "@lcQueUsernameLion@",
|
||||||
|
"password": "@lcQuePasswordLion@",
|
||||||
|
"host": "@lcQueHostLion@",
|
||||||
|
"port": "@lcQuePortLion@",
|
||||||
|
"queue": "queueDocContentTypeImport"
|
||||||
|
}
|
||||||
5
environments/loc_docker/config/api_config.json
Normal file
5
environments/loc_docker/config/api_config.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"url": "@ApiURLDock@",
|
||||||
|
"username": "@lcUsernameDock@",
|
||||||
|
"password": "@lcPasswordDock@"
|
||||||
|
}
|
||||||
7
environments/loc_docker/config/queue_config.json
Normal file
7
environments/loc_docker/config/queue_config.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"username": "@lcQueUsernameDock@",
|
||||||
|
"password": "@lcQuePasswordDock@",
|
||||||
|
"host": "@lcQueHostDock@",
|
||||||
|
"port": "@lcQuePortDock@",
|
||||||
|
"queue": "queueDocContentTypeImport"
|
||||||
|
}
|
||||||
5
environments/local/config/api_config.json
Normal file
5
environments/local/config/api_config.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"url": "https://example.com/",
|
||||||
|
"username": "example@teqniksoft.com",
|
||||||
|
"password": "example"
|
||||||
|
}
|
||||||
7
environments/local/config/queue_config.json
Normal file
7
environments/local/config/queue_config.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"username": "example",
|
||||||
|
"password": "example",
|
||||||
|
"host": "255.255.255.255",
|
||||||
|
"port": "",
|
||||||
|
"queue": "queueExampleName"
|
||||||
|
}
|
||||||
5
environments/prod/config/api_config.json
Normal file
5
environments/prod/config/api_config.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"url": "@ApiURLProd@",
|
||||||
|
"username": "@lcUsernameProd@",
|
||||||
|
"password": "@lcPasswordProd@"
|
||||||
|
}
|
||||||
7
environments/prod/config/queue_config.json
Normal file
7
environments/prod/config/queue_config.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"username": "@lcQueUsernameProd@",
|
||||||
|
"password": "@lcQuePasswordProd@",
|
||||||
|
"host": "@lcQueHostProd@",
|
||||||
|
"port": "@lcQuePortProd@",
|
||||||
|
"queue": "queueDocContentTypeImport"
|
||||||
|
}
|
||||||
5
environments/qa/config/api_config.json
Normal file
5
environments/qa/config/api_config.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"url": "@ApiURLQA@",
|
||||||
|
"username": "@lcUsernameQA@",
|
||||||
|
"password": "@lcPasswordQA@"
|
||||||
|
}
|
||||||
7
environments/qa/config/queue_config.json
Normal file
7
environments/qa/config/queue_config.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"username": "@lcQueUsernameQA@",
|
||||||
|
"password": "@lcQuePasswordQA@",
|
||||||
|
"host": "@lcQueHostQA@",
|
||||||
|
"port": "@lcQuePortQA@",
|
||||||
|
"queue": "queueDocContentTypeImport"
|
||||||
|
}
|
||||||
5
environments/qa_node/config/api_config.json
Normal file
5
environments/qa_node/config/api_config.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"url": "@ApiURLQAN@",
|
||||||
|
"username": "@lcUsernameQAN@",
|
||||||
|
"password": "@lcPasswordQAN@"
|
||||||
|
}
|
||||||
7
environments/qa_node/config/queue_config.json
Normal file
7
environments/qa_node/config/queue_config.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"username": "@lcQueUsernameQAN@",
|
||||||
|
"password": "@lcQuePasswordQAN@",
|
||||||
|
"host": "@lcQueHostQAN@",
|
||||||
|
"port": "@lcQuePortQAN@",
|
||||||
|
"queue": "queueDocContentTypeImport"
|
||||||
|
}
|
||||||
5
environments/test/config/api_config.json
Normal file
5
environments/test/config/api_config.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"url": "@ApiURLTest@",
|
||||||
|
"username": "@lcUsernameTest@",
|
||||||
|
"password": "@lcPasswordTest@"
|
||||||
|
}
|
||||||
7
environments/test/config/queue_config.json
Normal file
7
environments/test/config/queue_config.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"username": "@lcQueUsernameTest@",
|
||||||
|
"password": "@lcQuePasswordTest@",
|
||||||
|
"host": "@lcQueHostTest@",
|
||||||
|
"port": "@lcQuePortTest@",
|
||||||
|
"queue": "queueDocContentTypeImport"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user