mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 18:27:45 +02:00
add rss release feed url to global config
This commit is contained in:
@@ -69,6 +69,12 @@ public class ScmConfiguration implements Configuration {
|
||||
public static final String DEFAULT_PLUGINURL =
|
||||
"https://plugin-center-api.scm-manager.org/api/v1/plugins/{version}?os={os}&arch={arch}";
|
||||
|
||||
/**
|
||||
* SCM Manager release feed url
|
||||
*/
|
||||
public static final String RELEASE_FEED_URL =
|
||||
"https://www.scm-manager.org/download/rss.xml";
|
||||
|
||||
/**
|
||||
* Default url for login information (plugin and feature tips on the login page).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user