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
@@ -84,5 +84,5 @@ type Status struct {
Product string
ProductName string
ProductVersion string
Edition string
Edition string `yaml:"edition" env:"OCIS_EDITION;OCDAV_EDITION"`
}