forked from sebadob/rauthy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-local-test.toml
More file actions
60 lines (47 loc) · 1.15 KB
/
config-local-test.toml
File metadata and controls
60 lines (47 loc) · 1.15 KB
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
[auth_headers]
enable = true
[cluster]
node_id = 1
nodes = ["1 localhost:8100 localhost:8200"]
# '123SuperMegaSafe'
password_dashboard = "JGFyZ29uMmlkJHY9MTkkbT0zMix0PTIscD0xJE9FbFZURnAwU0V0bFJ6ZFBlSEZDT0EkTklCN0txTy8vanB4WFE5bUdCaVM2SlhraEpwaWVYOFRUNW5qdG9wcXkzQQ=="
secret_raft = "SuperSecureSecret1337"
secret_api = "SuperSecureSecret1337"
[database]
pg_host = 'localhost'
pg_user = 'rauthy'
pg_password = '123SuperSafe'
[dynamic_clients]
enable = true
[email]
rauthy_admin_email = 'admin@localhost'
[encryption]
keys = ['bVCyTsGaggVy5yqQ/UzluN29DZW41M3hTSkx6Y3NtZmRuQkR2TnJxUTYzcjQ=']
key_active = 'bVCyTsGaggVy5yqQ'
[ephemeral_clients]
enable = true
enable_web_id = true
enable_solid_aud = true
allowed_flows = ['authorization_code', 'refresh_token']
[http_client]
danger_unencrypted = true
danger_insecure = true
[mfa]
admin_force_mfa = false
[pow]
difficulty = 10
[server]
port_http = 8080
port_https = 8443
scheme = 'https'
pub_url = 'localhost:8443'
http_workers = 1
metrics_enable = false
swagger_ui_enable = true
[tls]
generate_self_signed = true
[user_registration]
enable = true
[webauthn]
rp_id = 'localhost'
rp_origin = 'https://localhost:8443'