Changeset 46 in code for trunk


Ignore:
Timestamp:
Oct 20, 2021, 8:35:13 AM (4 years ago)
Author:
dev
Message:

Provide default values usable for testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/partage.go

    r45 r46  
    300300        conf.bind = "0.0.0.0:8080"
    301301        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"
    306306        conf.filectx = "/f/"
    307307        conf.metactx = "/m/"
Note: See TracChangeset for help on using the changeset viewer.