Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File attachment doesn't works #56

Open
fabriciosanchez opened this issue Mar 14, 2017 · 2 comments
Open

File attachment doesn't works #56

fabriciosanchez opened this issue Mar 14, 2017 · 2 comments
Labels

Comments

@fabriciosanchez
Copy link
Collaborator

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

@fcatae
Copy link
Owner

fcatae commented Mar 14, 2017

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 fcatae added the bug label Mar 15, 2017
@fcatae
Copy link
Owner

fcatae commented Mar 15, 2017

Need to fix with #40

@fcatae fcatae mentioned this issue Mar 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants