holochain_common/lib.rs
1extern crate lazy_static;
2pub mod env_vars;
3pub mod paths;
4
5// TODO: Remove this as soon as we have keystores that can store and lock multiple keys with a single passphrase.
6// (This is just for bootstrapping while still in alpha)
7pub const DEFAULT_PASSPHRASE: &str = "convenient and insecure keystore";