add default configs

This commit is contained in:
Kibzik
2023-06-09 14:31:07 +03:00
parent d921d8c285
commit 26ef5a7f5b
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"
}