fcatae / Arda

Arda is an open source tool designed to manage team workloads.
42 stars 19 forks source link

File attachment doesn't works #56

Open fabriciosanchez opened 7 years ago

fabriciosanchez commented 7 years ago

File attachment doesn't works for existing or new workloads / backlogs.

fcatae commented 7 years ago

Problem is at this file

https://github.com/DXBrazil/Arda/blob/master/src/Arda.Main/Controllers/WorkloadController.cs

            var Configuration = new ConfigurationBuilder().AddJsonFile("secrets.json").Build();
            var connectionString = Configuration["Storage:AzureBLOB:ConnectionString"];
            var containerName = Configuration["Storage:AzureBLOB:ContainerName"];
fcatae commented 7 years ago

Need to fix with #40