This repository has been archived on 2025-09-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
plaintext-encyclopedia/settings.go

8 lines
188 B
Go
Raw Normal View History

2024-08-27 11:55:01 +02:00
package main
var ServerListen = ":7000"
var EntriesDirectory = "./entries"
var TemplateFile = "./public/index.html"
var StaticDirectory = "./public/static"
var MainTitle = "Encyclopedia"