From 4d8aa340ffe6f93fb7b9875320aa16901837acf1 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sun, 23 Aug 2015 21:57:29 -0700 Subject: [PATCH] Make replace integral with bootstrap as default theme --- etc/docker/inbucket.conf | 2 +- etc/inbucket.conf | 2 +- etc/unix-sample.conf | 2 +- etc/win-sample.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/docker/inbucket.conf b/etc/docker/inbucket.conf index 50f9055..eea72f8 100644 --- a/etc/docker/inbucket.conf +++ b/etc/docker/inbucket.conf @@ -73,7 +73,7 @@ ip4.address=0.0.0.0 ip4.port=10080 # Name of web theme to use -theme=integral +theme=bootstrap # Path to the selected themes template files template.dir=%(install.dir)s/themes/%(theme)s/templates diff --git a/etc/inbucket.conf b/etc/inbucket.conf index e23649b..eebb0e6 100644 --- a/etc/inbucket.conf +++ b/etc/inbucket.conf @@ -70,7 +70,7 @@ ip4.address=0.0.0.0 ip4.port=9000 # Name of web theme to use -theme=integral +theme=bootstrap # Path to the selected themes template files template.dir=%(install.dir)s/themes/%(theme)s/templates diff --git a/etc/unix-sample.conf b/etc/unix-sample.conf index 14996d1..ebe03b9 100644 --- a/etc/unix-sample.conf +++ b/etc/unix-sample.conf @@ -70,7 +70,7 @@ ip4.address=0.0.0.0 ip4.port=80 # Name of web theme to use -theme=integral +theme=bootstrap # Path to the selected themes template files template.dir=%(install.dir)s/themes/%(theme)s/templates diff --git a/etc/win-sample.conf b/etc/win-sample.conf index 235a486..34b426f 100644 --- a/etc/win-sample.conf +++ b/etc/win-sample.conf @@ -70,7 +70,7 @@ ip4.address=0.0.0.0 ip4.port=9000 # Name of web theme to use -theme=integral +theme=bootstrap # Path to the selected themes template files template.dir=%(install.dir)s\themes\%(theme)s\templates