mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-12 13:30:26 +00:00
1c8d1e8f7e
It's invoked by pressing `?`, or Ctrl/Cmd + `/` in the editor. Resolves #64.
20 lines
367 B
INI
20 lines
367 B
INI
WikiName = Mycorrhiza (dev)
|
|
NaviTitleIcon = 🧑💻
|
|
|
|
[Hyphae]
|
|
HomeHypha = home
|
|
UserHypha = u
|
|
HeaderLinksHypha = header-links
|
|
|
|
[Network]
|
|
HTTPPort = 1737
|
|
URL = http://localhost:1737
|
|
|
|
[Authorization]
|
|
UseFixedAuth = true
|
|
FixedAuthCredentialsPath = mycocredentials.json
|
|
|
|
UseRegistration = true
|
|
RegistrationCredentialsPath = mycoregistration.json
|
|
LimitRegistration = 3
|