Skip to content

Commit

Permalink
Merge pull request #351 from wazuh/enhancement/317-clean-url-option
Browse files Browse the repository at this point in the history
Remove `registration_url` Option
  • Loading branch information
vikman90 authored Nov 26, 2024
2 parents c3e546a + 6d454e7 commit 8b51b14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion etc/config/wazuh-agent.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
agent:
server_url: https://localhost:27000
registration_url: https://localhost:55000
retry_interval: 30s
inventory:
enabled: true
Expand Down
1 change: 0 additions & 1 deletion src/agent/tests/agent_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class AgentTests : public ::testing::Test
configFile << R"(
agent:
server_url: https://localhost:27000
registration_url: https://localhost:55000
path.data: /tmp/
retry_interval: 30s
inventory:
Expand Down

0 comments on commit 8b51b14

Please sign in to comment.