mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 21:42:56 +00:00
renamed .zenith data-dir to .neon.
This commit is contained in:
committed by
Egor Suvorov
parent
a4d8261390
commit
e1336f451d
@@ -1201,7 +1201,7 @@ class NeonCli:
|
||||
log.info(f'Running in "{self.env.repo_dir}"')
|
||||
|
||||
env_vars = os.environ.copy()
|
||||
env_vars['ZENITH_REPO_DIR'] = str(self.env.repo_dir)
|
||||
env_vars['NEON_REPO_DIR'] = str(self.env.repo_dir)
|
||||
env_vars['POSTGRES_DISTRIB_DIR'] = str(pg_distrib_dir)
|
||||
if self.env.rust_log_override is not None:
|
||||
env_vars['RUST_LOG'] = self.env.rust_log_override
|
||||
|
||||
Reference in New Issue
Block a user