1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-18 20:59:43 +02:00

Build prep

This commit is contained in:
HarveyKandola 2019-11-15 18:21:56 +00:00
parent d4edcb8b2c
commit 6882491201
4 changed files with 1068 additions and 1068 deletions

View file

@ -31,8 +31,6 @@ var testHost string // used during automated testing
// Start router to handle all HTTP traffic.
func Start(rt *env.Runtime, s *store.Store, ready chan struct{}) {
rt.Log.Info(fmt.Sprintf("Product: %s version %s (build %s)", rt.Product.Title, rt.Product.Version, rt.Product.Revision))
// decide which mode to serve up
switch rt.Flags.SiteMode {
case env.SiteModeOffline: