We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f3c24 commit cf45ce0Copy full SHA for cf45ce0
.env.local.example
@@ -29,3 +29,5 @@ KEYCLOAK_URL='https://squonk.informaticsmatters.org/auth'
29
# Client ID and Secret of confidential Keycloak client
30
AUTH0_CLIENT_ID='data-manager-ui-staging'
31
AUTH0_CLIENT_SECRET='e32...daaa2d'
32
+
33
+# SENTRY_AUTH_TOKEN=""
.vscode/settings.json
@@ -14,5 +14,9 @@
14
"editor.rulers": [
15
100
16
]
17
+ },
18
+ "files.associations": {
19
+ ".env": "shellscript",
20
+ ".env.*": "shellscript",
21
}
22
0 commit comments