datahub/datahub-frontend/conf/application.conf

98 lines
2.4 KiB
Plaintext
Raw Normal View History

2019-08-31 20:51:14 -07:00
# 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.http.secret.key = ${DATAHUB_SECRET}
2019-08-31 20:51:14 -07:00
# The application languages
# ~~~~~
play.i18n.langs = ["en"]
play.application.loader = play.inject.guice.GuiceApplicationLoader
# Play http parser settings
# #
# # Increase default buffer size to handle large post request
play.http.parser.maxMemoryBuffer = ${DATAHUB_PLAY_MEM_BUFFER_SIZE}
2019-08-31 20:51:14 -07:00
# TODO: Disable legacy URL encoding eventually
play.modules.disabled += "play.api.mvc.CookiesModule"
play.modules.enabled += "play.api.mvc.LegacyCookiesModule"
# 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.username=sa
# db.default.password=""
# Evolutions
# ~~~~~
# You can disable evolutions if needed
# play.evolutions.enabled=false
# You can disable evolutions for a specific datasource if necessary
# play.evolutions.db.default.enabled=false
app.version = ${DATAHUB_APP_VERSION}
2019-08-31 20:51:14 -07:00
dataset.hdfs_browser.link = ""
linkedin.internal = false
2019-08-31 20:51:14 -07:00
linkedin.show.dataset.lineage = true
linkedin.suggestion.confidence.threshold = "50"
tracking.piwik.siteid = "0"
tracking.piwik.siteid = ${?DATAHUB_PIWIK_SITEID}
2019-08-31 20:51:14 -07:00
tracking.piwik.url = ""
tracking.piwik.url = ${?DATAHUB_PIWIK_URL}
2019-08-31 20:51:14 -07:00
linkedin.links.avi.urlPrimary = ""
linkedin.links.avi.urlFallback = ""
2020-02-03 11:50:29 -08:00
links.wiki.appHelp = "https://github.com/linkedin/datahub"
2019-08-31 20:51:14 -07:00
links.wiki.gdprPii = ""
links.wiki.tmsSchema = ""
links.wiki.gdprTaxonomy = ""
links.wiki.staleSearchIndex = ""
links.wiki.dht = ""
links.wiki.purgePolicies = ""
links.wiki.jitAcl = ""
links.wiki.metadataCustomRegex = ""
links.wiki.complianceOwner = ""
links.wiki.exportPolicy = ""
links.wiki.metadataHealth = ""
links.wiki.purgeKey = ""
links.wiki.datasetDecommission = ""
ui.show.ownership.revamp = true
2019-09-05 10:53:26 -07:00
ui.show.staging.banner = false
2020-01-30 13:38:34 -08:00
ui.show.people = true
2019-08-31 20:51:14 -07:00
2019-09-05 10:53:26 -07:00
ui.show.CM.banner = false
2019-08-31 20:51:14 -07:00
ui.show.CM.link = ""
ui.show.stale.search = true
2019-09-05 10:53:26 -07:00
ui.show.live.data.banner = false
2019-08-31 20:51:14 -07:00
ui.show.lineage.graph = true
ui.show.advanced.search = true
ui.show.institutional.memory = true
ui.new.browse.dataset = true