Use the same local_fs path as tests

This commit is contained in:
John Spray
2023-11-01 21:12:29 +00:00
parent 71bf90548d
commit bf059935a0

View File

@@ -34,7 +34,7 @@ use crate::local_env::PageServerConf;
use crate::{background_process, local_env::LocalEnv};
/// Directory within .neon which will be used by default for LocalFs remote storage.
pub const PAGESERVER_REMOTE_STORAGE_DIR: &str = "remote_storage";
pub const PAGESERVER_REMOTE_STORAGE_DIR: &str = "local_fs_remote_storage";
#[derive(Error, Debug)]
pub enum PageserverHttpError {