commento/.vscode/launch.json
Ivan Li 91d568bcd9
All checks were successful
continuous-integration/drone/push Build is passing
feat: support authentik aouth2.
2022-10-10 16:01:30 +00:00

22 lines
943 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "exec",
"program": "${workspaceFolder}/build/devel/commento",
"env": {
"COMMENTO_GITHUB_KEY": "494f242f2034d835687b",
"COMMENTO_GITHUB_SECRET": "8d34be540f523017e2b0a7178ca94619a84fca30",
"COMMENTO_AUTHENTIK_KEY": "a2b1f7001c0cd73e62df635d3f1db649995b9f77",
"COMMENTO_AUTHENTIK_SECRET": "176f17a8258f00211573e3fe0457ec0f1e23765b065bf15ee4f171ae5882664133468e269ce331b0b2445d37435f364c62f889be60cd1491a22f2a0877936e93",
"COMMENTO_AUTHENTIK_ENDPOINT": "https://auth.ivanli.cc/application/o/commento/.well-known/openid-configuration",
}
}
]
}