config.application.yml Maven / Gradle / Ivy
# Application properties
# Spring configuration
spring:
# Default profile
profiles:
default: prod
# AOP configuration
aop:
proxyTargetClass: true
# Datasource configuration
datasource:
username: ontrack
password: ontrack
# Management
management:
context-path: "/manage"
# 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