Skip to content

Replaces the var name hyphen with an underscore

Maximilian Heykeroth requested to merge fix-mongodb-connection-var-name into develop

Merge Request

💣 Breaking Changes

🥅 Description

This MR changes the var name for the mongodb connection string in the env.sample file to use an underscore instead of a hyphen. This is needed since when running docker compose in bash, the hyphen is considered an unexpected character in the variable name. For the Quarkus config this does not matter, since it allows both underscore and hyphen to be used.

📷 Screenshot

📓 Checklist

  • The code compiles without any warnings.
  • I followed the code review checklist.
  • The documentation has been added/updated.

🔗 Related Issues

Merge request reports

Loading