Constant forest_filecoin::db::db_mode::FOREST_DB_DEV_MODE

source ยท
pub(super) const FOREST_DB_DEV_MODE: &str = "FOREST_DB_DEV_MODE";
Expand description

Environment variable used to set the development mode It is used for development purposes. Possible values:

  • current: use the database matching the current binary version. May result in migrations.
  • latest: use the latest database version.
  • other values: use the database matching the provided name.