From 17e4290033f4f6a0275e34cdd0edb872ccf12b59 Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Sat, 20 Jun 2020 12:03:14 -0500 Subject: [PATCH] Removed hostname/port from default config, added revision to default config --- lib/backend.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/backend.rb b/lib/backend.rb index 4c7324b..e37ec4c 100644 --- a/lib/backend.rb +++ b/lib/backend.rb @@ -55,8 +55,7 @@ module TAC created_at: Time.now, updated_at: Time.now, spec_version: TAC::CONFIG_SPEC_VERSION, - hostname: TACNET::DEFAULT_HOSTNAME, - port: TACNET::DEFAULT_PORT, + revision: 0, }, data: { groups: [], @@ -114,4 +113,4 @@ module TAC end end end -end \ No newline at end of file +end