We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2b467 commit c94a94aCopy full SHA for c94a94a
docker-entrypoint.sh
@@ -311,8 +311,6 @@ if [[ ${service} == "harvester" ]]; then
311
fi
312
313
314
-# EXPERIMENTAL!
315
-# If you use any of the chia tools config processing, your config will lose all yaml anchors and be fully expanded out
316
# Check if any of the env vars start with "chia." or "chia__" and if so, process the config with chia-tools
317
if env | grep -qE '^chia(\.|__)'; then
318
echo "Found environment variables starting with 'chia.' or 'chia__' - Running chia-tools"
0 commit comments