Skip to content

Commit

Permalink
fix(tests): add local variable for test env
Browse files Browse the repository at this point in the history
  • Loading branch information
yossi-eynav committed Feb 25, 2024
1 parent 445dfa8 commit 704c9b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion server/config/test.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"uptimeRobot": {
"coralogix": {"apikey": "abc", "serviceName": "test"},
"cypher": {
"secret": "abc"
},
"uptimeRobot": {
"iplanHeartbeatUrl": "https://www.google.com",
"treeFetchingHeartbeatUrl": "https://www.google.com",
"sendEmailsHeartbeatUrl": "https://www.google.com",
Expand Down

0 comments on commit 704c9b2

Please sign in to comment.