-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathlocal.config.yml
48 lines (48 loc) · 1.05 KB
/
local.config.yml
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
listen: 127.0.0.1:8080
domain: some-proper-url:8080
#cache: ./.storage/.cache
tls:
cert: cert.pem
key: key.pem
#ca: ca.pem
proxy:
github:
token: some_github_token
repo:
- token: some_github_token
repo:
owner: googleapis
name: googleapis
path:
- google/type/
- google/api/
- google/rpc/
- token: some_github_token
repo:
owner: bufbuild
name: protovalidate
prefix:
- proto/protovalidate/
- token: some_github_token
repo:
owner: grpc-ecosystem
name: grpc-gateway
path:
- protoc-gen-openapiv2/
local:
#storage: ./.storage/gitlocal
repo:
- owner: googleapis
name: googleapis
path:
- google/type/
- google/api/
- google/rpc/
- owner: bufbuild
name: protovalidate
prefix:
- proto/protovalidate/
- owner: grpc-ecosystem
name: grpc-gateway
path:
- protoc-gen-openapiv2/