File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11> ./src/environments/keys.ts
2- echo ' export const AUTHORITY = ' $AUTHORITY ' ' >> ./src/environments/keys.ts
3- echo ' export const CLIENT_ID = ' $CLIENT_ID ' ' >> ./src/environments/keys.ts
4- echo ' export const SCOPES = ' $ SCOPES' ' >> ./src/environments/keys.ts
5- echo ' export const STACK_EXCHANGE_ID = ' $STACK_EXCHANGE_ID ' ' >> ./src/environments/keys.ts
6- echo ' export const STACK_EXCHANGE_ACCESS_TOKEN = ' $STACK_EXCHANGE_ACCESS_TOKEN ' ' >> ./src/environments/keys.ts
7- echo ' export const AZURE_APP_CONFIGURATION_CONNECTION_STRING = ' $AZURE_APP_CONFIGURATION_CONNECTION_STRING ' ' >> ./src/environments/keys.ts
2+ echo " export const AUTHORITY = '${ AUTHORITY} ' " >> ./src/environments/keys.ts
3+ echo " export const CLIENT_ID = '${ CLIENT_ID} ' " >> ./src/environments/keys.ts
4+ echo " export const SCOPES = [' ${ SCOPES} '] " >> ./src/environments/keys.ts
5+ echo " export const STACK_EXCHANGE_ID = '${ STACK_EXCHANGE_ID} ' " >> ./src/environments/keys.ts
6+ echo " export const STACK_EXCHANGE_ACCESS_TOKEN = '${ STACK_EXCHANGE_ACCESS_TOKEN} ' " >> ./src/environments/keys.ts
7+ echo " export const AZURE_APP_CONFIGURATION_CONNECTION_STRING = '${ AZURE_APP_CONFIGURATION_CONNECTION_STRING} ' " >> ./src/environments/keys.ts
88cat ./src/environments/keys.ts
You can’t perform that action at this time.
0 commit comments