Skip to content

Commit

Permalink
Update - Mise à jour du docker.env
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmugnier committed Nov 19, 2020
1 parent a9b5d84 commit cadcf00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Docker/docker.env
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Cache__SchemaName=Cache
Cache__CacheExpirationInMinutes=30
Cors__origins__0=http://localhost:4200
Cors__origins__1=http://signalr:5009
Cors__origins__2=electron://altair
Cors__methods__0=POST
Cors__methods__1=GET
Cors__methods__2=PUT
Expand All @@ -108,10 +109,11 @@ Storage__Tables__PurchaseOrdersReferences=purchaseordersreferences
Storage__Tables__OrdersReferences=ordersreferences
Storage__Tables__ProductsReferences=productsreferences
Storage__Tables__SponsoringCodes=sponsoringcodes
Storage__RequireEtag=false
Storage__Suffix=core.windows.net
Storage__Account=devstoreaccount1
Storage__Key=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==
Storage__Url=DefaultEndpointsProtocol=https;AccountName={0};AccountKey={1};BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1
Storage__Url=DefaultEndpointsProtocol=http;AccountName={0};AccountKey={1};BlobEndpoint=http://storage:10000/devstoreaccount1;QueueEndpoint=http://storage:10001/devstoreaccount1;TableEndpoint=http://storage:10002/devstoreaccount1
Landing__url=http://localhost:3000
Portal__url=http://localhost:4200
Scoring__ranks__rookie=250
Expand Down

0 comments on commit cadcf00

Please sign in to comment.