diff --git a/config/.gitignore b/config/.gitignore index d6b7ef3..2b5cfdc 100644 --- a/config/.gitignore +++ b/config/.gitignore @@ -1,2 +1,4 @@ * !.gitignore +!api_config.template.json +!queue_config.template.json \ No newline at end of file diff --git a/config/api_config.template.json b/config/api_config.template.json new file mode 100644 index 0000000..3c6cd12 --- /dev/null +++ b/config/api_config.template.json @@ -0,0 +1,5 @@ +{ + "url": "", + "username": "", + "password": "" +} \ No newline at end of file diff --git a/config/queue_config.template.json b/config/queue_config.template.json new file mode 100644 index 0000000..c768478 --- /dev/null +++ b/config/queue_config.template.json @@ -0,0 +1,6 @@ +{ + "username": "", + "password": "", + "host": "", + "queue": "queueDocContentTypeImport" +}