You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
# This is the main configuration file for the application.
# ~~~~~
# Secret key
# ~~~~~
# The secret key is used to secure cryptographics functions.
#
# This must be changed for production, but we recommend not changing it in this file.
#
# See http://www.playframework.com/documentation/latest/ApplicationSecret for more details.
play.crypto.secret = "changeme"
# The application languages
# ~~~~~
play.i18n.langs = [ "en" ]
akka {
loglevel = debug
}
# default values - these can be overwritten in dev.conf, staging.conf and production.conf
microservice-graph-explorer {
traverse {
applications = [
# The URLs to monitor by default
# format: "protocol(http|https),Application URL to check,Friendly Name for homepage"
# The default config below points at our test service graph that you can run locally. See http://github.com/hootsuite/microservice-graph-explorer-test
"http,localhost:8080,Test Service Graph"
]
}
status-poller {
poll-interval = 60 seconds # The interval between polling in the Status Polling Actor.
remove-router-delay = 1 hour # How long the Status Polling Actor will poll a non default application for before unsubscribing it.