We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3180eb commit b0030e1Copy full SHA for b0030e1
Tether/settings.json
@@ -1,6 +1,6 @@
1
{
2
- "ServerDensityUrl": "https://accountname.serverdensity.io",
3
- "ServerDensityKey": "[Machine Key goes in here!]",
+ "ServerDensityUrl": "https://{account}.agent.serverdensity.io/intake/?agent_key={agentkey}",
+ "ServerDensityKey": "{agentkey}",
4
5
"CheckInterval": 60,
6
"ManifestCheckInterval": 300,
0 commit comments