mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-10-30 19:56:16 +00:00
06ac565e76
See devconfig.ini for an example.
24 lines
662 B
INI
24 lines
662 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
|
|
|
|
[CustomScripts]
|
|
OmnipresentScripts = https://lesarbr.es/do-the-roll.js
|
|
ViewScripts = https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/components/prism-core.min.js,https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/plugins/autoloader/prism-autoloader.min.js
|
|
EditScripts = https://example.org |