28 lines
893 B
Properties
28 lines
893 B
Properties
#
|
|
# Copyright (c) 2015 Bosch Software Innovations GmbH and others.
|
|
#
|
|
# All rights reserved. This program and the accompanying materials
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
|
# which accompanies this distribution, and is available at
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
#
|
|
|
|
# SECURITY (SecurityProperties)
|
|
security.basic.enabled=true
|
|
security.user.name=${BASIC_USERNAME:admin}
|
|
security.user.password=${BASIC_PASSWORD:admin}
|
|
security.user.role=USER
|
|
security.require-ssl=false
|
|
security.enable-csrf=false
|
|
security.basic.enabled=true
|
|
security.basic.realm=DeviceSimulator
|
|
security.basic.path= /**
|
|
security.basic.authorize-mode=ROLE
|
|
security.filter-order=0
|
|
security.headers.xss=false
|
|
security.headers.cache=false
|
|
security.headers.frame=false
|
|
security.headers.content-type=false
|
|
security.headers.hsts=all
|
|
security.sessions=stateless
|
|
security.ignored=/VAADIN/** |