File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
33> 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
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
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
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
99echo ' export const AZURE_APP_CONFIGURATION_CONNECTION_STRING = "' $AZURE_APP_CONFIGURATION_CONNECTION_STRING ' ";' >> src/environments/keys.ts
1010cat src/environments/keys.ts
You can’t perform that action at this time.
0 commit comments