FrankChen021 / bithon

An observability platform mainly for Java
Apache License 2.0
14 stars 4 forks source link

Optimize environment variable naming to use uppercase letters. #808

Open kai8406 opened 5 days ago

kai8406 commented 5 days ago

According to the common convention, environment variables are typically named using uppercase letters. While the case of environment variables does not affect actual usage, adhering to the convention improves readability and aligns the code with standard practices.

References: Environment Variable Definition

FrankChen021 commented 5 days ago

@kai8406 Long time no see. Your suggestion makes sense. Will u open a PR for this issue?