-
Notifications
You must be signed in to change notification settings - Fork 154
/
config.sample.yaml
66 lines (59 loc) · 1.77 KB
/
config.sample.yaml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
version: 1
# logging configuration
log:
# debug, info, warning, error, fatal - default 'info'
level: info
########################################
# SERVER CONFIG
########################################
# for configuring optimus service
#serve:
# # port to listen on
# port: 9100
#
# # host to listen on
# host: localhost
#
# # this gets injected in compiled dags to reach back out to optimus service
# # when they run
# ingress_host: optimus.example.io:80
#
# # 32 char hash used for encrypting secrets
# # note: use a different one in production please
# app_key: Yjo4a0jn1NvYdq79SADC/KaVv9Wu0Ffc
#
# # database configurations
# db:
# # database connection string
# dsn: postgres://user:password@localhost:5432/database?sslmode=disable
#
# max_idle_connection: 5
# max_open_connection: 10
# optimus supports multiple scheduler types
#scheduler:
# # name of the registered scheduler, default: airflow2
# name: airflow2
# application telemetry
#telemetry:
#
# # configure the host:port used for
# # - exposing profiling metrics via pprof over /debug
# # - prometheus stats over /metrics
# profile_addr: ":9110"
#
# # jaeger collector address to send application traces
# jaeger_addr: "http://localhost:14268/api/traces"
# resource managers for job dependency enrichment
#resource_managers:
#- name: other_optimus_server
# type: optimus # currently, only support optimus type
# description: neighbor optimus server
# config:
# host: # host of other optimus server
# headers: # might necessary for authorization
#
# plugin:
# artifacts:
# # refer : https://github.com/hashicorp/go-getter
# - ../transformers/dist/transformers_0.1.0_macos_arm64.tar.gz
# - https://github.com/odpf/optimus/releases/download/v0.2.5/optimus_0.2.5_linux_arm64.tar.gz