
* web/admin: make prompt form wider Signed-off-by: Jens Langhammer <jens@goauthentik.io> * unrelated vscode settings Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
28 lines
653 B
JSON
28 lines
653 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Python: PDB attach Server",
|
|
"type": "python",
|
|
"request": "attach",
|
|
"connect": {
|
|
"host": "localhost",
|
|
"port": 6800
|
|
},
|
|
"justMyCode": true,
|
|
"django": true
|
|
},
|
|
{
|
|
"name": "Python: PDB attach Worker",
|
|
"type": "python",
|
|
"request": "attach",
|
|
"connect": {
|
|
"host": "localhost",
|
|
"port": 6900
|
|
},
|
|
"justMyCode": true,
|
|
"django": true
|
|
}
|
|
]
|
|
}
|