mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-30 01:59:23 +00:00
This commit is contained in:
parent
9887e0773e
commit
4b56d2fb0e
@ -12,9 +12,8 @@
|
|||||||
swagger:
|
swagger:
|
||||||
resourcePackage: org.openmetadata.catalog.resources
|
resourcePackage: org.openmetadata.catalog.resources
|
||||||
|
|
||||||
|
|
||||||
server:
|
server:
|
||||||
rootPath: '/api/*'
|
rootPath: "/api/*"
|
||||||
applicationConnectors:
|
applicationConnectors:
|
||||||
- type: http
|
- type: http
|
||||||
port: ${SERVER_PORT:-8585}
|
port: ${SERVER_PORT:-8585}
|
||||||
@ -28,61 +27,61 @@ server:
|
|||||||
# keyStorePath and keyStorePassword are mandatory properties. Values
|
# keyStorePath and keyStorePassword are mandatory properties. Values
|
||||||
# for other properties are defaults
|
# for other properties are defaults
|
||||||
#server:
|
#server:
|
||||||
#applicationConnectors:
|
#applicationConnectors:
|
||||||
# - type: https
|
# - type: https
|
||||||
# port: 8585
|
# port: 8585
|
||||||
# keyStorePath: ./conf/keystore.jks
|
# keyStorePath: ./conf/keystore.jks
|
||||||
# keyStorePassword: changeit
|
# keyStorePassword: changeit
|
||||||
# keyStoreType: JKS
|
# keyStoreType: JKS
|
||||||
# keyStoreProvider:
|
# keyStoreProvider:
|
||||||
# trustStorePath: /path/to/file
|
# trustStorePath: /path/to/file
|
||||||
# trustStorePassword: changeit
|
# trustStorePassword: changeit
|
||||||
# trustStoreType: JKS
|
# trustStoreType: JKS
|
||||||
# trustStoreProvider:
|
# trustStoreProvider:
|
||||||
# keyManagerPassword: changeit
|
# keyManagerPassword: changeit
|
||||||
# needClientAuth: false
|
# needClientAuth: false
|
||||||
# wantClientAuth:
|
# wantClientAuth:
|
||||||
# certAlias: <alias>
|
# certAlias: <alias>
|
||||||
# crlPath: /path/to/file
|
# crlPath: /path/to/file
|
||||||
# enableCRLDP: false
|
# enableCRLDP: false
|
||||||
# enableOCSP: false
|
# enableOCSP: false
|
||||||
# maxCertPathLength: (unlimited)
|
# maxCertPathLength: (unlimited)
|
||||||
# ocspResponderUrl: (none)
|
# ocspResponderUrl: (none)
|
||||||
# jceProvider: (none)
|
# jceProvider: (none)
|
||||||
# validateCerts: true
|
# validateCerts: true
|
||||||
# validatePeers: true
|
# validatePeers: true
|
||||||
# supportedProtocols: SSLv3
|
# supportedProtocols: SSLv3
|
||||||
# supportedCipherSuites: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
|
# supportedCipherSuites: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
|
||||||
# allowRenegotiation: true
|
# allowRenegotiation: true
|
||||||
# endpointIdentificationAlgorithm: (none)
|
# endpointIdentificationAlgorithm: (none)
|
||||||
|
|
||||||
#adminConnectors:
|
#adminConnectors:
|
||||||
# - type: https
|
# - type: https
|
||||||
# port: 8586
|
# port: 8586
|
||||||
# keyStorePath: ./conf/keystore.jks
|
# keyStorePath: ./conf/keystore.jks
|
||||||
# keyStorePassword: changeit
|
# keyStorePassword: changeit
|
||||||
# keyStoreType: JKS
|
# keyStoreType: JKS
|
||||||
# keyStoreProvider:
|
# keyStoreProvider:
|
||||||
# trustStorePath: /path/to/file
|
# trustStorePath: /path/to/file
|
||||||
# trustStorePassword: changeit
|
# trustStorePassword: changeit
|
||||||
# trustStoreType: JKS
|
# trustStoreType: JKS
|
||||||
# trustStoreProvider:
|
# trustStoreProvider:
|
||||||
# keyManagerPassword: changeit
|
# keyManagerPassword: changeit
|
||||||
# needClientAuth: false
|
# needClientAuth: false
|
||||||
# wantClientAuth:
|
# wantClientAuth:
|
||||||
# certAlias: <alias>
|
# certAlias: <alias>
|
||||||
# crlPath: /path/to/file
|
# crlPath: /path/to/file
|
||||||
# enableCRLDP: false
|
# enableCRLDP: false
|
||||||
# enableOCSP: false
|
# enableOCSP: false
|
||||||
# maxCertPathLength: (unlimited)
|
# maxCertPathLength: (unlimited)
|
||||||
# ocspResponderUrl: (none)
|
# ocspResponderUrl: (none)
|
||||||
# jceProvider: (none)
|
# jceProvider: (none)
|
||||||
# validateCerts: true
|
# validateCerts: true
|
||||||
# validatePeers: true
|
# validatePeers: true
|
||||||
# supportedProtocols: SSLv3
|
# supportedProtocols: SSLv3
|
||||||
# supportedCipherSuites: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
|
# supportedCipherSuites: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
|
||||||
# allowRenegotiation: true
|
# allowRenegotiation: true
|
||||||
# endpointIdentificationAlgorithm: (none)
|
# endpointIdentificationAlgorithm: (none)
|
||||||
|
|
||||||
# Logging settings.
|
# Logging settings.
|
||||||
# https://logback.qos.ch/manual/layouts.html#conversionWord
|
# https://logback.qos.ch/manual/layouts.html#conversionWord
|
||||||
@ -111,6 +110,8 @@ database:
|
|||||||
# the JDBC URL; the database is called openmetadata_db
|
# the JDBC URL; the database is called openmetadata_db
|
||||||
url: jdbc:mysql://${MYSQL_HOST:-localhost}/${MYSQL_DATABASE:-openmetadata_db}?allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTC
|
url: jdbc:mysql://${MYSQL_HOST:-localhost}/${MYSQL_DATABASE:-openmetadata_db}?allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTC
|
||||||
|
|
||||||
|
migrationConfiguration:
|
||||||
|
path: "./bootstrap/sql/mysql"
|
||||||
|
|
||||||
# Authorizer Configuration
|
# Authorizer Configuration
|
||||||
authorizerConfiguration:
|
authorizerConfiguration:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user