1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-08 12:11:55 +00:00

Web server now starts

Can serve static content, no dynamic stuff yet
This commit is contained in:
James Hillyerd
2012-10-20 23:03:59 -07:00
parent 81fea97a90
commit 442e8fbe14
8 changed files with 150 additions and 20 deletions

View File

@@ -32,10 +32,10 @@ ip4.port=9000
theme=integral
# Path to the selected themes template files
templates.dir=%(install.dir)s/themes/%(theme)/templates
templates.dir=%(install.dir)s/themes/%(theme)s/templates
# Path to the selected themes public (static) files
public.dir=%(install.dir)s/themes/%(theme)/public
public.dir=%(install.dir)s/themes/%(theme)s/public
#############################################################################
[datastore]