Moving default configuration file and giving it a nice prefix

svn: r6456
This commit is contained in:
Jay McCarthy 2007-06-01 23:37:04 +00:00
parent 636e5bd9c1
commit 527717aa01
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
(file-base-connection-timeout 30))
(paths
(configuration-root "conf")
(host-root "default-web-root")
(host-root ".")
(log-file-path "log")
(file-root "htdocs")
(servlet-root ".")

View File

@ -16,7 +16,7 @@
[default-configuration-table-path path?])
(define default-configuration-table-path
(build-path (collection-path "web-server") "default-configuration-table"))
(build-path (collection-path "web-server") "default-web-root" "configuration-table.ss"))
; read-configuration-table : path -> configuration-table
(define (read-configuration-table table-file-name)