Skip to content
Snippets Groups Projects
Commit 4b95088b authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

added minervanet option to front and back end

parent 152a8aeb
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!589Feature error reporting
......@@ -2,6 +2,7 @@
var ConfigurationType = {
DEFAULT_MAP: "DEFAULT_MAP",
MINERVANET_URL: "MINERVANET_URL",
GOOGLE_ANALYTICS_IDENTIFIER: "GOOGLE_ANALYTICS_IDENTIFIER",
GOOGLE_MAPS_API_KEY: "GOOGLE_MAPS_API_KEY",
LOGO_IMG: "LOGO_IMG",
......
......@@ -45,6 +45,12 @@ public enum ConfigurationElementType {
EMAIL_SMTP_PORT("SMTP port", "25", ConfigurationElementEditType.INTEGER, true,
ConfigurationElementTypeGroup.EMAIL_NOTIFICATION),
/**
* MinervaNet endpoint
*/
MINERVANET_URL("MinervaNet URL", "minerva-net.lcsb.uni.lu",
ConfigurationElementEditType.STRING, true, ConfigurationElementTypeGroup.SERVER_CONFIGURATION),
/**
* Default map that should be presented if no map is selected by user side.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment