forked from LiveCarta/BookConverter
add default configs
This commit is contained in:
2
config/.gitignore
vendored
2
config/.gitignore
vendored
@@ -1,2 +1,4 @@
|
|||||||
*
|
*
|
||||||
!.gitignore
|
!.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