diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-04-10 22:22:18 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-04-10 22:22:18 +0800 |
commit | 88d873c67f2940325a2a7a8aa851372c9afb983d (patch) | |
tree | 53908c92ebc0dbce9ae935b72eb4b959d55a587c /modules/base/conf.go | |
parent | 94c7278194694fec728b518d4390b03ba6c237a4 (diff) | |
parent | 6b30d9b0f27a8cb0961d52980a8e655d9a0bbda2 (diff) |
Merge branch 'dev' of github.com:gogits/gogs into dev
Diffstat (limited to 'modules/base/conf.go')
-rw-r--r-- | modules/base/conf.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/base/conf.go b/modules/base/conf.go index 69df49dc..871595e4 100644 --- a/modules/base/conf.go +++ b/modules/base/conf.go @@ -43,6 +43,7 @@ var ( AppName string AppLogo string AppUrl string + IsProdMode bool Domain string SecretKey string RunUser string |