Skip to content

Commit

Permalink
change prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
Shomaa committed Oct 3, 2024
1 parent 1cef992 commit 3fe7eb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion F1-backoffice/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
export const environment = {
production: true,
AZURE_STORAGE_ACCOUNT_NAME: 'f1backoffice',
API_ADRESS: 'https://localhost:7279/api'
API_ADRESS: 'https://localhost:7279/api',
BLOB_STORAGE: 'https://f1backoffice.blob.core.windows.net',
AZURE_STORAGE_ACCOUNT_KEY: 'Default',
};

0 comments on commit 3fe7eb9

Please sign in to comment.