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 5f42ea4 commit 6815c0cCopy full SHA for 6815c0c
scripts/populate-var-file.sh
@@ -3,7 +3,7 @@
3
> src/environments/keys.ts
4
echo 'export const AUTHORITY = "'$AUTHORITY'";' >> src/environments/keys.ts
5
echo 'export const CLIENT_ID = "'$CLIENT_ID'";' >> src/environments/keys.ts
6
-echo 'export const SCOPES = "'$SCOPES'";' >> src/environments/keys.ts
+echo 'export const SCOPES = ["'$SCOPES'"];' >> src/environments/keys.ts
7
echo 'export const STACK_EXCHANGE_ID = "'$STACK_EXCHANGE_ID'";' >> src/environments/keys.ts
8
echo 'export const STACK_EXCHANGE_ACCESS_TOKEN = "'$STACK_EXCHANGE_ACCESS_TOKEN'";' >> src/environments/keys.ts
9
echo 'export const AZURE_APP_CONFIGURATION_CONNECTION_STRING = "'$AZURE_APP_CONFIGURATION_CONNECTION_STRING'";' >> src/environments/keys.ts
0 commit comments