Provide default values usable for testing
git-svn-id: file:///srv/svn/repo/marisa/trunk@46 d6811dac-2434-b64a-9ddc-f563ab233461
This commit is contained in:
parent
ce62e39374
commit
e6ae0865fd
@ -299,10 +299,10 @@ func main() {
|
||||
/* default values */
|
||||
conf.bind = "0.0.0.0:8080"
|
||||
conf.baseuri = "http://127.0.0.1:8080"
|
||||
conf.rootdir = "/htdocs"
|
||||
conf.tmplpath = "/htdocs/templates"
|
||||
conf.filepath = "/htdocs/files"
|
||||
conf.metapath = "/htdocs/meta"
|
||||
conf.rootdir = "static"
|
||||
conf.tmplpath = "templates"
|
||||
conf.filepath = "files"
|
||||
conf.metapath = "meta"
|
||||
conf.filectx = "/f/"
|
||||
conf.metactx = "/m/"
|
||||
conf.maxsize = 34359738368
|
||||
|
Loading…
x
Reference in New Issue
Block a user