forked from MarquezProject/marquez
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarquez.dev.yml
More file actions
38 lines (32 loc) · 757 Bytes
/
marquez.dev.yml
File metadata and controls
38 lines (32 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
server:
applicationConnectors:
- type: http
port: ${MARQUEZ_PORT:-5000}
httpCompliance: RFC7230_LEGACY
adminConnectors:
- type: http
port: ${MARQUEZ_ADMIN_PORT:-5001}
db:
driverClass: org.postgresql.Driver
url: jdbc:postgresql://${POSTGRES_HOST:-localhost}:${POSTGRES_PORT:-5432}/marquez
user: marquez
password: marquez
migrateOnStartup: true
graphql:
enabled: true
logging:
level: INFO
appenders:
- type: console
search:
enabled: ${SEARCH_ENABLED:-true}
scheme: http
host: ${SEARCH_HOST:-opensearch}
port: ${SEARCH_PORT:-9200}
username: admin
password: admin
tags:
- name: PII
description: Personally identifiable information
- name: SENSITIVE
description: Contains sensitive information