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

t.piezo-admin_2.13.2.3.0.source-code.application.conf Maven / Gradle / Ivy

The newest version!
# This is the main configuration file for the application.
# ~~~~~

# Secret key
# ~~~~~
# The secret key is used to secure cryptographics functions.
# If you deploy your application to several instances be sure to use the same key!
play.http.secret.key="Z`ey`O4[5:83q8/3NupE>cSqiJRgAKCpruC/B4ns6/6p0?UF<@?6Ics0mnW>tCi4"

# The application languages
# ~~~~~
application.langs="en"

# Global object class
# ~~~~~
# Define the Global object class for this application.
# Default to Global in the root package.
# application.global=Global

# Router
# ~~~~~
# Define the Router object to use for this application.
# This router will be looked up first when the application is starting up,
# so make sure this is the entry point.
# Furthermore, it's assumed your route file is named properly.
# So for an application router like `my.application.Router`,
# you may need to define a router file `conf/my.application.routes`.
# Default to Routes in the root package (and conf/routes)
# application.router=my.application.Routes

# Database configuration
# ~~~~~
# You can declare as many datasources as you want.
# By convention, the default datasource is named `default`
#
# db.default.driver=org.h2.Driver
# db.default.url="jdbc:h2:mem:play"
# db.default.user=sa
# db.default.password=""

# Evolutions
# ~~~~~
# You can disable evolutions if needed
# evolutionplugin=disabled
com.lucidchart.piezo.heartbeatFile="/tmp/piezo/workerHeartbeatFile"
com.lucidchart.piezo.admin.production=false
healthCheck.worker.minutesBetween=5
play.application.loader=com.lucidchart.piezo.admin.PiezoAdminApplicationLoader

# Monitoring teams
# ~~~~~
# Path to a JSON file that fills the "Monitoring Team" dropdown on editTrigger
# in the admin UI with a predefined set of team names. File format:
# [
#  {"name": "team1"},
#  {"name": "team2"}
# ]
# If this is left blank, monitoring team will be a freeform input.
# com.lucidchart.piezo.admin.monitoringTeams.path = "/etc/piezo/teams.json"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy