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

Environment support #43

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pierrickrouxel
Copy link

@pierrickrouxel pierrickrouxel commented Nov 3, 2023

Changes

  • Allow to use .env files with plugin https://github.com/uzzu/dotenv-gradle
  • Fix multiple env var replacement in string (ex: url: "jdbc:sqlserver://${DATABASE_HOST};trustServerCertificate=true;database=${DATABASE_DATABASE}")

Description

The JDK doesn't offer solution to change env vars after start. We use a gradle plugin to load environment variables from .env file. To use this feature with another plugin we should to have an option to pass variables manually.

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.

None yet

1 participant