This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2020-07-08 22:41:14 +00:00
|
|
|
enablePasswordDB: true
|
|
|
|
issuer: http://127.0.0.1:5556/dex
|
|
|
|
logger:
|
|
|
|
level: debug
|
|
|
|
staticClients:
|
|
|
|
- id: example-app
|
|
|
|
name: Example App
|
|
|
|
redirectURIs:
|
2020-07-09 12:59:25 +00:00
|
|
|
- http://localhost:37791/source/oauth/callback/dex/
|
2020-07-08 22:41:14 +00:00
|
|
|
secret: ZXhhbXBsZS1hcHAtc2VjcmV0
|
|
|
|
staticPasswords:
|
|
|
|
- email: admin@example.com
|
|
|
|
hash: $2a$10$2b2cU8CPhOTaGrs1HRQuAueS7JTT5ZHsHSzYiFPm1leZck7Mc8T4W
|
|
|
|
userID: 08a8684b-db88-4b73-90a9-3cd1661f5466
|
|
|
|
username: admin
|
|
|
|
storage:
|
|
|
|
config:
|
|
|
|
file: /tmp/dex.db
|
|
|
|
type: sqlite3
|
|
|
|
web:
|
|
|
|
http: 0.0.0.0:5556
|