mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
cli/cli_config: added 'clone' to cashierconfig. added db path
This commit is contained in:
@@ -73,7 +73,7 @@ pub struct GatewaydConfig {
|
||||
pub log_path: String,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
#[derive(Clone, Serialize, Deserialize, Debug)]
|
||||
pub struct CashierdConfig {
|
||||
#[serde(rename = "accept_url")]
|
||||
pub accept_url: String,
|
||||
@@ -87,6 +87,12 @@ pub struct CashierdConfig {
|
||||
#[serde(rename = "log_path")]
|
||||
pub log_path: String,
|
||||
|
||||
#[serde(rename = "database_path")]
|
||||
pub database_path: String,
|
||||
|
||||
#[serde(rename = "cashierdb_path")]
|
||||
pub cashierdb_path: String,
|
||||
|
||||
#[serde(rename = "password")]
|
||||
pub password: String,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user