mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-12 13:30:26 +00:00
b87583ef28
Important changes: - UseFixedAuth is now UseAuth and toggles all kinds of authorization and registration - UseRegistration is now AllowRegistration to better reflect the meaning - LimitRegistration is now RegistrationLimit because it's not a boolean, it's a value (not "limit registration?", but "registration limit is ...") - registered-users.json is now users.json, because all users are stored there - user.AuthUsed is dropped in favor of new cfg.UseAuth which has the same meaning I hope I have not forgotten anything.
18 lines
264 B
INI
18 lines
264 B
INI
WikiName = Mycorrhiza (dev)
|
|
NaviTitleIcon = 🧑💻
|
|
|
|
[Hyphae]
|
|
HomeHypha = home
|
|
UserHypha = u
|
|
HeaderLinksHypha = header-links
|
|
|
|
[Network]
|
|
HTTPPort = 1737
|
|
URL = http://localhost:1737
|
|
|
|
[Authorization]
|
|
UseAuth = true
|
|
|
|
AllowRegistration = true
|
|
RegistrationLimit = 3
|