Merge pull request #382 from Teqniksoft/kiryl/converter_fix

add default configs
This commit is contained in:
Kiryl
2023-06-09 14:31:52 +03:00
committed by GitHub
3 changed files with 13 additions and 0 deletions

2
config/.gitignore vendored
View File

@@ -1,2 +1,4 @@
*
!.gitignore
!api_config.template.json
!queue_config.template.json

View File

@@ -0,0 +1,5 @@
{
"url": "",
"username": "",
"password": ""
}

View File

@@ -0,0 +1,6 @@
{
"username": "",
"password": "",
"host": "",
"queue": "queueDocContentTypeImport"
}