mirror of https://git.48k.eu/ogserver
#915 Use string for tests config port
This adapts the test configuration to the changes made in the commit
fe1ce97c50
master
parent
4a06c7a391
commit
068c0f2794
|
@ -6,7 +6,7 @@
|
||||||
},
|
},
|
||||||
"database" : {
|
"database" : {
|
||||||
"ip": "127.0.0.1",
|
"ip": "127.0.0.1",
|
||||||
"port": 3306,
|
"port": "3306",
|
||||||
"name" : "test-db",
|
"name" : "test-db",
|
||||||
"user" : "test-db",
|
"user" : "test-db",
|
||||||
"pass" : "test-db"
|
"pass" : "test-db"
|
||||||
|
|
Loading…
Reference in New Issue