make edition configurable

This commit is contained in:
Michael Barz
2023-05-08 09:46:41 +02:00
parent 8be428c605
commit 86fbfa5d8c
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ func FrontendConfigFromStruct(cfg *config.Config) (map[string]interface{}, error
"needsDbUpgrade": false,
"version": version.Legacy,
"versionstring": version.LegacyString,
"edition": "Community",
"edition": cfg.Edition,
"productname": "Infinite Scale",
"product": "Infinite Scale",
"productversion": version.GetString(),