mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-15 21:32:35 +00:00
Removed hostname/port from default config, added revision to default config
This commit is contained in:
@@ -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
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user