rougail-user-data-environment/tests/errors/results/01_disabled_family.env

19 lines
598 B
Bash
Raw Normal View History

2025-05-11 19:10:02 +02:00
{
"errors": [],
"warnings": [
2025-12-29 12:21:42 +01:00
[
[
"family \"family_disabled\" has property disabled, so cannot access to \"variable1\", it will be ignored when loading from environment variable",
"family_disabled.variable1",
null
]
],
[
[
"family \"family_disabled\" has property disabled, so cannot access to \"variable2\", it will be ignored when loading from environment variable",
"family_disabled.variable2",
null
]
]
2025-05-11 19:10:02 +02:00
]
}