added config element for context path (fix #611)

This commit is contained in:
Athou
2014-08-16 07:05:49 +02:00
parent 374c4b265a
commit 36edb9373b
5 changed files with 12 additions and 0 deletions

View File

@@ -33,6 +33,9 @@ public class CommaFeedConfiguration extends Configuration {
@Getter
public static class ApplicationSettings {
@JsonProperty
private String contextPath;
@JsonProperty
private String publicUrl;