forked from LiveCarta/BookConverter
Merge pull request #382 from Teqniksoft/kiryl/converter_fix
add default configs
This commit is contained in:
2
config/.gitignore
vendored
2
config/.gitignore
vendored
@@ -1,2 +1,4 @@
|
||||
*
|
||||
!.gitignore
|
||||
!api_config.template.json
|
||||
!queue_config.template.json
|
||||
5
config/api_config.template.json
Normal file
5
config/api_config.template.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"url": "",
|
||||
"username": "",
|
||||
"password": ""
|
||||
}
|
||||
6
config/queue_config.template.json
Normal file
6
config/queue_config.template.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"username": "",
|
||||
"password": "",
|
||||
"host": "",
|
||||
"queue": "queueDocContentTypeImport"
|
||||
}
|
||||
Reference in New Issue
Block a user