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

[daemons]: Option to have shared env variables between all daemons #249

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

lobis
Copy link
Contributor

@lobis lobis commented Mar 7, 2025

The change introduces an optional way to add environment variables shared between all daemons.

This reduces code duplication for shared envs between daemons such as database configuration etc.

Also closes #247 since the main motivation of the issue was that the env variable approach resulted in too much code duplication. I don't think we need another way to configure the drabase anymore.

@rdimaio rdimaio merged commit 9c6261f into rucio:master Mar 7, 2025
1 check passed
@rdimaio
Copy link
Contributor

rdimaio commented Mar 7, 2025

related: #237

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 this pull request may close these issues.

Alternative configuration option for database connection string
2 participants