Default mysql IP address changed

pull/111/head
moneroexamples 6 years ago
parent 1526978972
commit a9810cfbc3

@ -16,7 +16,7 @@
"database" : "database" :
{ {
"_comment" : "how should the backend connect to the mysql database", "_comment" : "how should the backend connect to the mysql database",
"url" : "172.17.0.2", "url" : "127.0.0.1",
"port" : 3306, "port" : 3306,
"dbname" : "openmonero", "dbname" : "openmonero",
"user" : "root", "user" : "root",
@ -25,7 +25,7 @@
"database_test": "database_test":
{ {
"_comment" : "how should the backend connect to the test mysql database", "_comment" : "how should the backend connect to the test mysql database",
"url" : "172.17.0.2", "url" : "127.0.0.1",
"port" : 3306, "port" : 3306,
"dbname" : "openmonero_test", "dbname" : "openmonero_test",
"user" : "root", "user" : "root",

@ -22,7 +22,7 @@ information on conneting to the test database in
cd openmonero/build cd openmonero/build
# indicate that test should be build # indicate that test should be build
cmake .. -DBUILD_TEST=ON cmake -DBUILD_TEST=ON ..
# compile openmonero with tests # compile openmonero with tests
make make

Loading…
Cancel
Save