activate 0.5.3

A tool to manage environment-specific configurations. Simplifying working across various settings like Development, Testing, Production, etc.
1
2
3
4
5
6
[test.env]
TEST_ENV = "test"
TEST_ENV2 = "test2"

[test.links]
"test_file4" = "test/test_file4"