improve testing
This commit is contained in:
1
tests/config.go
Normal file
1
tests/config.go
Normal file
@@ -0,0 +1 @@
|
||||
package tests
|
6
tests/oclib_conf.json
Normal file
6
tests/oclib_conf.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"DB_URL_LOCAL" : "mongodb://127.0.0.1:27017",
|
||||
"DB_URL_DOCKER": "mongodb://mongo:27017/",
|
||||
"DBPOINT" : "oclib_tests",
|
||||
"DCNAME" : "testDC"
|
||||
}
|
Reference in New Issue
Block a user