Skip to content

Commit

Permalink
Renamed debug environment variable from DEBUG to KRKN_DEBUG (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Tullio Sebastiani <[email protected]>
  • Loading branch information
tsebastiani authored Nov 26, 2024
1 parent e6ff555 commit cd398af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"label_title_regex": "LABEL krknctl\\.title=\\\"?(.*)\\\"?",
"label_description_regex": "LABEL krknctl\\.description=\\\"?(.*)\\\"?",
"label_input_fields_regex": "LABEL krknctl\\.input_fields=\\'?(\\[.*\\])\\'?",
"debug_environment_variable": "DEBUG"
"debug_environment_variable": "KRKN_DEBUG"
}

0 comments on commit cd398af

Please sign in to comment.