Removed hostname/port from default config, added revision to default config

This commit is contained in:
2020-06-20 12:03:14 -05:00
parent 2a0e3f7e18
commit 17e4290033

View File

@@ -55,8 +55,7 @@ module TAC
created_at: Time.now, created_at: Time.now,
updated_at: Time.now, updated_at: Time.now,
spec_version: TAC::CONFIG_SPEC_VERSION, spec_version: TAC::CONFIG_SPEC_VERSION,
hostname: TACNET::DEFAULT_HOSTNAME, revision: 0,
port: TACNET::DEFAULT_PORT,
}, },
data: { data: {
groups: [], groups: [],
@@ -114,4 +113,4 @@ module TAC
end end
end end
end end
end end