ontrack.ontrack-ui.3.38.21.source-code.application.yml Maven / Gradle / Ivy
# Application properties
# Flyway configuration
# See RepositoryConfig for general Flyway configuration
flyway:
baseline-on-migrate: true
# Spring configuration
spring:
# Default database connection
datasource:
url: "jdbc:postgresql://localhost/ontrack"
username: ontrack
password: ontrack
# Default profile
profiles:
default: prod
# AOP configuration
aop:
proxyTargetClass: true
# Compression of web resources
server:
compression:
enabled: true
# Management
management:
context-path: "/manage"
security:
roles: ADMIN
# Default settings for the metrics
metrics:
export:
# InfluxDB disabled by default
influx:
enabled: false
# Prometheus disabled by default
prometheus:
enabled: false
# Security
# No security by default for the application end points
security:
basic:
enabled: false
# General information
# The version information is generated in /application.properties by the build
info:
app:
name: Ontrack
description: Continuous Delivery Traceability and Monitoring
# Session configuration
# This can be overridden at installation level
#server:
# session:
# # One hour for the session
# timeout: 3600
# cookie:
# max-age: 3600
© 2015 - 2025 Weber Informatics LLC | Privacy Policy