Open nightkr opened 6 months ago
This is a follow-up from #514. Fixing it "properly" would require changing the format from ${NAME}_PORT to PORT_${NAME}, which may break some environments.
${NAME}_PORT
PORT_${NAME}
We should at least keep this in mind when changing the format in the future.
This is a follow-up from #514. Fixing it "properly" would require changing the format from
${NAME}_PORT
toPORT_${NAME}
, which may break some environments.We should at least keep this in mind when changing the format in the future.