Skip to content

Commit

Permalink
#304 mark server side geoapi key as internal/optional
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Jul 29, 2017
1 parent 5446336 commit daf415b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/alfio/model/system/ConfigurationKeys.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public enum ConfigurationKeys {

BASE_URL("Base application url", false, SettingCategory.GENERAL, ComponentType.TEXT, true, EnumSet.of(SYSTEM), true),

MAPS_SERVER_API_KEY("Google maps' server api key", false, SettingCategory.GENERAL, ComponentType.TEXT, true, EnumSet.of(SYSTEM), true),
MAPS_SERVER_API_KEY("Google maps' server api key", true, SettingCategory.GENERAL, ComponentType.TEXT, false, EnumSet.of(SYSTEM), true),
MAPS_CLIENT_API_KEY("Google maps' client api key", false, SettingCategory.GENERAL, ComponentType.TEXT, true, EnumSet.of(SYSTEM), true),


Expand Down

0 comments on commit daf415b

Please sign in to comment.