File tree Expand file tree Collapse file tree 3 files changed +39
-1
lines changed
Expand file tree Collapse file tree 3 files changed +39
-1
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ indent_size = 2
1717[{Makefile,* .mk} ]
1818indent_style = tab
1919
20- [config.yaml.dist ]
20+ [{ config.yaml.dist,config.dev.yaml} ]
2121indent_size = 2
Original file line number Diff line number Diff line change 1+ issuer : http://127.0.0.1:5556/dex
2+
3+ storage :
4+ type : sqlite3
5+ config :
6+ file : var/sqlite/dex.db
7+
8+ web :
9+ http : 127.0.0.1:5556
10+
11+ telemetry :
12+ http : 127.0.0.1:5558
13+
14+ grpc :
15+ addr : 127.0.0.1:5557
16+
17+ staticClients :
18+ - id : example-app
19+ redirectURIs :
20+ - ' http://127.0.0.1:5555/callback'
21+ name : ' Example App'
22+ secret : ZXhhbXBsZS1hcHAtc2VjcmV0
23+
24+ connectors :
25+ - type : mockCallback
26+ id : mock
27+ name : Example
28+
29+ enablePasswordDB : true
30+
31+ staticPasswords :
32+ - email : " admin@example.com"
33+ hash : " $2a$10$2b2cU8CPhOTaGrs1HRQuAueS7JTT5ZHsHSzYiFPm1leZck7Mc8T4W"
34+ username : " admin"
35+ userID : " 08a8684b-db88-4b73-90a9-3cd1661f5466"
Original file line number Diff line number Diff line change 1+ # DEPRECATED: use config.yaml.dist and config.dev.yaml examples in the repository root.
2+ # TODO: keep this until all references are updated.
3+
14# The base path of dex and the external name of the OpenID Connect service.
25# This is the canonical URL that all clients MUST use to refer to dex. If a
36# path is provided, dex's HTTP service will listen at a non-root URL.
You can’t perform that action at this time.
0 commit comments