Last active
September 26, 2025 23:08
-
-
Save chris-gong/f480bd289b50e41c9b568ea1c5bb4739 to your computer and use it in GitHub Desktop.
Horde Agent configuration settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| // Settings for your agent deployment go here | |
| "Horde": { | |
| "Server": "Main", | |
| "ServerProfiles": [ | |
| { | |
| "Name": "Main", | |
| "Url": "http://<ip-address-or-public-dns-of-server-machine>:13340/" | |
| } | |
| ], | |
| "Ephemeral": true, | |
| "EnableAwsEc2Support": true, | |
| "ComputeIp": "<ip-address-of-agent-machine>" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment