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 43fd7ca commit f9f50ccCopy full SHA for f9f50cc
crates/pg_flags/src/lib.rs
@@ -26,15 +26,15 @@ impl PgLspEnv {
26
fn new() -> Self {
27
Self {
28
pglsp_log_path: PgLspEnvVariable::new(
29
- "BIOME_LOG_PATH",
+ "PGLSP_LOG_PATH",
30
"The directory where the Daemon logs will be saved.",
31
),
32
pglsp_log_prefix: PgLspEnvVariable::new(
33
- "BIOME_LOG_PREFIX_NAME",
+ "PGLSP_LOG_PREFIX_NAME",
34
"A prefix that's added to the name of the log. Default: `server.log.`",
35
36
pglsp_config_path: PgLspEnvVariable::new(
37
- "BIOME_CONFIG_PATH",
+ "PGLSP_CONFIG_PATH",
38
"A path to the configuration file",
39
40
}
0 commit comments