Added additional changes and documentation
This commit is contained in:
parent
1f1bffb47e
commit
a35654a071
2 changed files with 357 additions and 305 deletions
File diff suppressed because it is too large
Load diff
15
config.ini
Normal file
15
config.ini
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
[SQL]
|
||||||
|
driver = mysql
|
||||||
|
host = 127.0.0.1
|
||||||
|
databaseName = testrail
|
||||||
|
user = testrail
|
||||||
|
password = 123456789
|
||||||
|
port = 6666
|
||||||
|
|
||||||
|
[CASSANDRA]
|
||||||
|
host = cassandra
|
||||||
|
databaseName = testrail
|
||||||
|
user = casandra
|
||||||
|
password = cassandra
|
||||||
|
port = 9042
|
||||||
|
keyspace = testrail
|
Loading…
Add table
Add a link
Reference in a new issue