Skip to content

Commit f9f50cc

Browse files
committed
pssssssht
1 parent 43fd7ca commit f9f50cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/pg_flags/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ impl PgLspEnv {
2626
fn new() -> Self {
2727
Self {
2828
pglsp_log_path: PgLspEnvVariable::new(
29-
"BIOME_LOG_PATH",
29+
"PGLSP_LOG_PATH",
3030
"The directory where the Daemon logs will be saved.",
3131
),
3232
pglsp_log_prefix: PgLspEnvVariable::new(
33-
"BIOME_LOG_PREFIX_NAME",
33+
"PGLSP_LOG_PREFIX_NAME",
3434
"A prefix that's added to the name of the log. Default: `server.log.`",
3535
),
3636
pglsp_config_path: PgLspEnvVariable::new(
37-
"BIOME_CONFIG_PATH",
37+
"PGLSP_CONFIG_PATH",
3838
"A path to the configuration file",
3939
),
4040
}

0 commit comments

Comments
 (0)