All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.application.yml Maven / Gradle / Ivy

There is a newer version: 4.4.5
Show newest version
# 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

# 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