Add project files
This commit is contained in:
parent
a19b51acce
commit
c77b8fc4e1
5 changed files with 198 additions and 0 deletions
7
settings.go
Normal file
7
settings.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
var ServerListen = ":7000"
|
||||
var EntriesDirectory = "./entries"
|
||||
var TemplateFile = "./public/index.html"
|
||||
var StaticDirectory = "./public/static"
|
||||
var MainTitle = "Encyclopedia"
|
Reference in a new issue