mirror of
https://github.com/documize/community.git
synced 2025-07-18 20:59:43 +02:00
Build prep
This commit is contained in:
parent
d4edcb8b2c
commit
6882491201
4 changed files with 1068 additions and 1068 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue