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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user