@ -83,7 +83,7 @@ func newService() {
Service . DefaultEnableDependencies = sec . Key ( "DEFAULT_ENABLE_DEPENDENCIES" ) . MustBool ( true )
Service . DefaultEnableDependencies = sec . Key ( "DEFAULT_ENABLE_DEPENDENCIES" ) . MustBool ( true )
Service . AllowCrossRepositoryDependencies = sec . Key ( "ALLOW_CROSS_REPOSITORY_DEPENDENCIES" ) . MustBool ( true )
Service . AllowCrossRepositoryDependencies = sec . Key ( "ALLOW_CROSS_REPOSITORY_DEPENDENCIES" ) . MustBool ( true )
Service . DefaultAllowOnlyContributorsToTrackTime = sec . Key ( "DEFAULT_ALLOW_ONLY_CONTRIBUTORS_TO_TRACK_TIME" ) . MustBool ( true )
Service . DefaultAllowOnlyContributorsToTrackTime = sec . Key ( "DEFAULT_ALLOW_ONLY_CONTRIBUTORS_TO_TRACK_TIME" ) . MustBool ( true )
Service . NoReplyAddress = sec . Key ( "NO_REPLY_ADDRESS" ) . MustString ( "noreply.example.org " )
Service . NoReplyAddress = sec . Key ( "NO_REPLY_ADDRESS" ) . MustString ( "noreply." + Domain )
Service . EnableUserHeatmap = sec . Key ( "ENABLE_USER_HEATMAP" ) . MustBool ( true )
Service . EnableUserHeatmap = sec . Key ( "ENABLE_USER_HEATMAP" ) . MustBool ( true )
Service . AutoWatchNewRepos = sec . Key ( "AUTO_WATCH_NEW_REPOS" ) . MustBool ( true )
Service . AutoWatchNewRepos = sec . Key ( "AUTO_WATCH_NEW_REPOS" ) . MustBool ( true )
Service . AutoWatchOnChanges = sec . Key ( "AUTO_WATCH_ON_CHANGES" ) . MustBool ( false )
Service . AutoWatchOnChanges = sec . Key ( "AUTO_WATCH_ON_CHANGES" ) . MustBool ( false )