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

Remove two config variables pointing to blob storage container names #6

Open
simon-20 opened this issue Aug 23, 2024 · 0 comments
Open

Comments

@simon-20
Copy link
Contributor

As a developer,
I want to avoid having old config variables in the code which aren't strictly needed.

The app was originally designed to put XML files and individual ZIP files of those XML files into different Azure blob storage containers.

However, doing this meant we would have had to serve the XML and ZIP files from a different subdomain to the main Bulk Data Service website.

Thus, now everything is put into the $web blob storage container. So we no longer need two configuration variables providing the option of different containers. Reference to these should be removed, and replaced with a single config variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant