godash/.vscode/launch.json

26 lines
No EOL
1 KiB
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": "auto",
"program": "${workspaceFolder}",
"env": {
"TITLE": "DEV",
"PUBLIC_URL": "http://localhost:4000",
"WEATHER_KEY": "3722ce75e9330aaefde1cb3eb1b8b030",
"APP_VERSION": "v0.0.1-DEV",
"OIDC_CLIENT_ID": "home",
"OIDC_CLIENT_SECRET": "PkfS5S7BkiEeqX3Km7BGxsBrmH6MOzjqcpODTz2akxMCMFHv8TAvIfyWgTlKof85",
"OIDC_REDIRECT_URI": "http://localhost:4000/auth/callback",
"OIDC_ISSUER": "https://sso.unjx.de/auth/v1",
"SESSION_KEY": "49cda749cb5eaa6c38f371c530808ca8",
}
}
]
}