-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
44 lines (40 loc) · 1004 Bytes
/
config.yaml
File metadata and controls
44 lines (40 loc) · 1004 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
39
40
41
42
43
44
service:
name: service1
env: local
logging:
level: info
port: 1234
repositories:
badger:
clickhouse:
addresses:
- 'localhost:9000'
auth:
database:
username: default
password:
mongo:
url: mongodb://draft:draft@localhost:27017
postgres:
url: postgres://draft:draft@localhost:5432/draft
brokers:
amqp:
url: amqp://draft:draft@localhost:5672
nats:
url: localhost:4222
secrets:
vault:
url: localhost:8200
# GATEWAYS: A list of external services that a service might want to communicate with types include
# * grpc - services that can communicate using grpc
Gateways:
users:
gatewayType: grpc
# downstream rpc address, and port config
address: localhost
port: 50004
# @TODO: implement, currently everything is insecure
# optional, represents a path to the .crt for the service
tlsCert: certs/server.crt
# optional, represent a path to the .key for the service
tlsKey: certs/server.key