-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.example.yaml
77 lines (77 loc) · 1.91 KB
/
config.example.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
67
68
69
70
71
72
73
74
75
76
77
environment: local
debug: true
web_app:
endpoints:
- "http://localhost:3000"
error_redirect_path: "/auth/unhandled"
redirect_url: "http://localhost:3000/repositories"
callback_url: "/api/oauth/callback"
registry:
dns_address: localhost
version: master
fqdn: localhost
jwt_signing_secret: super-secret
host: 0.0.0.0
port: 5000
tls:
enabled: false
priv_key: .certs/registry.local
pub_key: .certs/registry.local.crt
services:
- github
- token
auth:
enabled: false
priv_key: .certs/registry.local
pub_key: .certs/registry.local.crt
oauth:
github:
client_id: dummy-gh-client-id
client_secret: dummy-gh-client-secret
dfs:
mock:
enabled: true
type: "MemMapped"
access_key: <access-key>
secret_key: <access-secret-key>
endpoint: <s3-compatible-api-endpoint>
bucket_name: <s3-bucket-name>
dfs_link_resolver: <optional-dfs-link-resolver-url>
filebase:
enabled: false
access_key: <access-key>
secret_key: <access-secret-key>
endpoint: <s3-compatible-api-endpoint>
bucket_name: <s3-bucket-name>
dfs_link_resolver: <optional-dfs-link-resolver-url>
storj:
enabled: false
type: "s3"
access_key: <access-key>
secret_key: <access-secret-key>
bucket_name: <s3-bucket-name>
link_share_service: https://link.storjshare.io
endpoint: https://gateway.storjshare.io
dfs_link_resolver: https://gateway.storjshare.io
database:
kind: postgres
host: 0.0.0.0
port: 5432
username: postgres
password: Qwerty@123
name: open_registry
web_authn_config:
rp_display_name: <relaying_party_name>
rp_id: localhost
rp_origins:
- http://localhost:3000
rp_icon: <icon_link>
integrations:
- name: github
enabled: false
app_id: 0
client_id: ""
public_link: ""
private_key_pem: ""
app_install_redirect_url: "http://localhost:3000/apps/github/connect/setup"
webhook_secret: ""