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

Allow for additional "local .dazelrc" #47

Open
markkohdev opened this issue Mar 29, 2019 · 0 comments · May be fixed by #48
Open

Allow for additional "local .dazelrc" #47

markkohdev opened this issue Mar 29, 2019 · 0 comments · May be fixed by #48

Comments

@markkohdev
Copy link

markkohdev commented Mar 29, 2019

Firstly thanks for building this! It makes setting people up to develop a bazel repo much easier.

The one problem I'm having is that we need to mount secrets from our machines into the dazel container (using DAZEL_VOLUMES) but since these secrets are located on different locations in each developers' machine (typically somewhere within their $HOME directory) we each need to change the value to this locally.

I'd like to have the ability to override values in the standard .dazelrc with custom values from a separate .dazelrc.local file which we wouldn't source control. I'll probably put in a PR for this but it seems like it should be pretty straightforward to implement.

@markkohdev markkohdev changed the title Allow for additional "user .dazelrc" Allow for additional "local .dazelrc" Mar 29, 2019
@markkohdev markkohdev linked a pull request Mar 29, 2019 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant