- Timestamp:
- Oct 20, 2021, 8:35:13 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/partage.go
r45 r46 300 300 conf.bind = "0.0.0.0:8080" 301 301 conf.baseuri = "http://127.0.0.1:8080" 302 conf.rootdir = " /htdocs"303 conf.tmplpath = " /htdocs/templates"304 conf.filepath = " /htdocs/files"305 conf.metapath = " /htdocs/meta"302 conf.rootdir = "static" 303 conf.tmplpath = "templates" 304 conf.filepath = "files" 305 conf.metapath = "meta" 306 306 conf.filectx = "/f/" 307 307 conf.metactx = "/m/"
Note:
See TracChangeset
for help on using the changeset viewer.