Skip to content

Commit b0030e1

Browse files
committed
Update default postback url to be correct
1 parent c3180eb commit b0030e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tether/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"ServerDensityUrl": "https://accountname.serverdensity.io",
3-
"ServerDensityKey": "[Machine Key goes in here!]",
2+
"ServerDensityUrl": "https://{account}.agent.serverdensity.io/intake/?agent_key={agentkey}",
3+
"ServerDensityKey": "{agentkey}",
44

55
"CheckInterval": 60,
66
"ManifestCheckInterval": 300,

0 commit comments

Comments
 (0)