@(info: Option[Any])(implicit context: gitbucket.core.controller.Context) @import gitbucket.core.util.DatabaseConfig @gitbucket.core.html.main("System settings"){ @gitbucket.core.admin.html.menu("system"){ @gitbucket.core.helper.html.information(info)
System settings
@if(DatabaseConfig.url.startsWith("jdbc:h2:")) { }else{ }
Property Value
GITBUCKET_HOME @gitbucket.core.util.Directory.GitBucketHome
DATABASE_URL

@gitbucket.core.util.DatabaseConfig.url

H2 database should be used for evaluation purpose only.

Please configure using external database explained here.

@gitbucket.core.util.DatabaseConfig.url

The base URL is used for redirect, notification email, git repository URL box and more. If the base URL is empty, GitBucket generates URL from the request information. You can use this property to adjust to URL differences between the reverse proxy and GitBucket.











Send test mail to:
@*
*@
} }