mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 22:03:58 +00:00
dex config
This commit is contained in:
@@ -10,13 +10,13 @@ oauth2:
|
|||||||
staticClients:
|
staticClients:
|
||||||
- id: my-app
|
- id: my-app
|
||||||
redirectURIs:
|
redirectURIs:
|
||||||
- 'http://localhost:3000/callback'
|
- 'http://localhost:3000/'
|
||||||
name: 'My Test App'
|
name: 'My Test App'
|
||||||
secret: my-secret
|
secret: my-secret
|
||||||
|
|
||||||
enablePasswordDB: true
|
enablePasswordDB: true
|
||||||
staticPasswords:
|
staticPasswords:
|
||||||
- email: "test@example.com"
|
- email: "test@example.com"
|
||||||
hash: "$2y$05$olu30d4lgn7r1/Xfe13N1.5dz0N9AVlKXUFIxXUYVkhiq8D6gwYGG"
|
hash: "$2y$10$JcmlXnV1y7.egUdKwYNbseOnqYVIGc323gtvvHh4ZuSPZB30veYZy"
|
||||||
username: "test"
|
username: "test"
|
||||||
userID: "1234"
|
userID: "1234"
|
||||||
|
|||||||
Reference in New Issue
Block a user