forked from gojek/proctor
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yaml
51 lines (48 loc) · 1000 Bytes
/
config.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
kube:
config: out-of-cluster
context: minikube
job:
active.deadline.seconds: 60
retries: 0
service.account.name: default
wait.for.resource.poll.count: 5
log.process.wait.time: 60
log.level: debug
app.port: 5000
default.namespace: default
redis:
address: localhost:6379
max.active.connections: 10
logs.stream:
read.buffer.size: 140
write.buffer.size: 4096
postgres:
user: postgres
password:
host: localhost
port: 5432
database: proctord_test
max.connections: 50
connections.max.lifetime: 30
new.relic:
app.name: proctor-service
licence.key:
min.client.version: v2.0.0
scheduled.jobs.fetch.interval.in.mins: 5
mail:
username: [email protected]
password: password
server:
host: smtp.mail.com
port: 123
job.pod.annotations: "{\"key.one\":\"true\"}"
docs.path: /path/to/docs/dir
auth:
enabled: false
plugin:
binary:
exported: GateAuth
required.admin.group: proctor_admin
notification.plugin:
binary:
exported: SlackNotification