Compare commits

..

1 Commits

Author SHA1 Message Date
p4u1 ea0c052c1e proper env modifiers support
continuous-integration/drone/pr Build is passing Details
This implements proper modifier support in the env file using this new fork of the godotenv library. The modifier implementation is quite basic for but can be improved later if needed. See this commit for the actual implementation.

Because we are now using proper modifer parsing, it does not affect the parsing of value, so this is possible again:
```
MY_VAR="#foo"
```
Closes coop-cloud/organising#535
2023-12-01 10:15:14 +01:00

Diff Content Not Available