Skip to content
Snippets Groups Projects
Commit 6908c070 authored by Janis Daniel Dähne's avatar Janis Daniel Dähne
Browse files

- re assigned server values to config

parent 3d102598
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
"workingDirFullPath": "/Users/janis/Documents/Test/",
"dbServer": "localhost",
"dbName": "syndromTestDb",
"dbUser": "tester",
"dbUser": "root",
"dbPw": "mysqlpassword2",
"dbTableName": "plangs",
"dbTransactionTableName": "transactions",
......@@ -10,5 +10,6 @@
"changeDirIntervalInS": 60,
"maxParallelTests": 10,
"maxNumberOfTestsWithOneRequest": 15,
"runner": "\"/Users/janis/Misc/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/bin/java\" -Dfile.encoding=UTF8 -cp \"/Users/janis/Documents/Projects/SyndromAll/Syndrom_DefaultTestRunnerFullThreaded/out\" Main"
"runner": "\"/Users/janis/Misc/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/bin/java\" -Dfile.encoding=UTF8 -cp \"/Users/janis/Documents/Projects/SyndromAll/Syndrom_DefaultTestRunnerFullThreaded/out\" Main"
}
\ No newline at end of file
# see http://localhost/phpmyadmin
php -S 192.168.30.58:8081 -t ./
\ No newline at end of file
php -S 192.168.30.58:8080 -t ./
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment