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"
|
||||
}
|
||||
Reference in New Issue
Block a user