mirror of https://github.com/dexidp/dex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
392 B
24 lines
392 B
issuer: http://127.0.0.1:5556/dex |
|
|
|
storage: |
|
type: sqlite3 |
|
config: |
|
file: examples/dex.db |
|
|
|
# Configuration for the HTTP endpoints. |
|
web: |
|
http: 0.0.0.0:5556 |
|
|
|
grpc: |
|
addr: 127.0.0.1:5557 |
|
tlsCert: server.crt |
|
tlsKey: server.key |
|
|
|
connectors: |
|
- type: mockCallback |
|
id: mock |
|
name: Example |
|
|
|
# Let dex keep a list of passwords which can be used to login to dex. |
|
enablePasswordDB: true |
|
|
|
|