add configuration files

This commit is contained in:
Jeniamakarchik
2020-02-05 15:59:54 +03:00
parent 2e767687f6
commit 866f64986d
18 changed files with 108 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"url": "https://example.com/",
"username": "example@teqniksoft.com",
"password": "example"
}

View File

@@ -0,0 +1,7 @@
{
"username": "example",
"password": "example",
"host": "255.255.255.255",
"port": "",
"queue": "queueExampleName"
}