Skip to content

Commit cf45ce0

Browse files
committed
chore(.env): Update example .env
This also adds an editor configuration for syntax highlighting
1 parent 31f3c24 commit cf45ce0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.env.local.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ KEYCLOAK_URL='https://squonk.informaticsmatters.org/auth'
2929
# Client ID and Secret of confidential Keycloak client
3030
AUTH0_CLIENT_ID='data-manager-ui-staging'
3131
AUTH0_CLIENT_SECRET='e32...daaa2d'
32+
33+
# SENTRY_AUTH_TOKEN=""

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
"editor.rulers": [
1515
100
1616
]
17+
},
18+
"files.associations": {
19+
".env": "shellscript",
20+
".env.*": "shellscript",
1721
}
1822
}

0 commit comments

Comments
 (0)