This is a CI doc-style-cleanup. BITCOIN_CONFIG is a single manually-formatted large string. This is fine, but shellcheck doesn't like when trailing comments are added: SC2155 -- Declare and assign separately.
Fix this style by using printf to format the single string. The second commit then moves the comments right into (or next to) the line that it concerns.