Skip to content

Commit

Permalink
chore(tests): fix test config
Browse files Browse the repository at this point in the history
  • Loading branch information
yossi-eynav committed Feb 25, 2024
1 parent 9a864db commit 611375d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion server/config/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
"cypher": {
"secret": "abc"
},
"geocoder": {
"provider": "openstreetmap"
},
"proxy": {
"apiKey": "apikey"
"apiKey": ""
},
"uptimeRobot": {
"iplanHeartbeatUrl": "https://www.google.com",
Expand All @@ -14,5 +17,20 @@
},
"planStatusChange": {
"lastVisitedDifference": -1
},
"database": {
"client": "mysql",
"connection": {
"host": "localhost",
"port": 33060,
"user": "root",
"password": "password",
"database": "test_meirim",
"charset": "utf8"
},
"pool": {
"min": 2,
"max": 10
}
}
}

0 comments on commit 611375d

Please sign in to comment.