39 lines
450 B
YAML
39 lines
450 B
YAML
|
|
environment: development
|
|
|
|
server:
|
|
host: 0.0.0.0
|
|
port: 8077
|
|
base_path: /v1
|
|
timeout:
|
|
server: 30
|
|
read: 15
|
|
write: 10
|
|
idle: 5
|
|
|
|
folders:
|
|
data: ./data
|
|
static: ./static
|
|
config: ./config
|
|
|
|
hosts:
|
|
|
|
dataSource:
|
|
load: false
|
|
overwrite: false
|
|
|
|
support:
|
|
level: 3
|
|
|
|
authn51:
|
|
providers:
|
|
bearer:
|
|
default_user: guest
|
|
secret: password
|
|
basic:
|
|
default_user: guest
|
|
password: password
|
|
apikey:
|
|
api_value:
|
|
|