mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 02:56:10 +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}
|
||||||
@ -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