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

Feature request: Allow global variables to avoid duplication #504

Open
gwd opened this issue Aug 18, 2023 · 1 comment · May be fixed by #553
Open

Feature request: Allow global variables to avoid duplication #504

gwd opened this issue Aug 18, 2023 · 1 comment · May be fixed by #553

Comments

@gwd
Copy link

gwd commented Aug 18, 2023

I have a dozen sqlite databases, all with the same properties: retention 600h, snapshot-interval 24h, alternate s3 endpoint, etc. As far as I can tell, at the moment the only way to apply the same properties to all 12 databases is to copy identical values to all 12 databases.

It would be nice if I could specify at the top level that the default retention is 600h, default snapshot-interval is 24h, default s3 endpoint is XXX, so that I don't have to c&p the same information 12 times. (Similar behavior to access-key-id and secret-access-key.)

@hifi
Copy link
Collaborator

hifi commented Dec 27, 2023

I think this is a good idea to be able to set top level defaults.

@hifi hifi linked a pull request Dec 28, 2023 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.

2 participants