Add fallback mail host to global config

This commit is contained in:
René Pfeuffer
2020-10-12 20:32:53 +02:00
parent bb9f1adc52
commit 9c233c1926
9 changed files with 54 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
package sonia.scm.api.v2.resources;
import de.otto.edison.hal.HalRepresentation;
@@ -59,6 +59,7 @@ public class ConfigDto extends HalRepresentation {
private String namespaceStrategy;
private String loginInfoUrl;
private String releaseFeedUrl;
private String mailHost;
@Override
@SuppressWarnings("squid:S1185") // We want to have this method available in this package