domtool-adduser: use domtool-config to find ca
[hcoop/domtool2.git] / configDefault / webalizer.cfg
1 structure Webalizer :> WEBALIZER_CONFIG = struct
2
3 val configDir = ConfigCore.sharedRoot ^ "/webalizer/config"
4 val outputDir = ConfigCore.sharedRoot ^ "/webalizer/output"
5 val backupDir = ConfigCore.sharedRoot ^ "/backup/webalizer"
6
7 val defaultOutput = ConfigCore.sharedRoot ^ "/webalizer/output/main/"
8 val defaultHost = "www.hcoop.net"
9
10 end