Skip to content

Commit

Permalink
update config in project
Browse files Browse the repository at this point in the history
  • Loading branch information
orelvis15 committed Jul 3, 2022
1 parent 33cc259 commit 3d58e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.toml → config/config_remote.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ others_files = ["cardano-submit-api", "cardano-api", "cardano-api-test", "cardan
#Services items

[[services_item]]
url = "https://raw.githubusercontent.com/orelvis15/cvm_config/master/systemd/"
url = "https://raw.githubusercontent.com/orelvis15/cvm/master/config/systemd/"
file = "cnode.service"
name = "cnode"

Expand Down
2 changes: 1 addition & 1 deletion src/config/remote_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::{Message, url_build};
use crate::utils::download_manager::download_in_path;
use crate::utils::folders::Folder;

const CONFIG_URL: &str = "https://raw.githubusercontent.com/orelvis15/cvm_config/master/config.toml";
const CONFIG_URL: &str = "https://raw.githubusercontent.com/orelvis15/cvm/master/config/config.toml";
const FILE_NAME: &str = "config_remote.tom";
const PROJECT_FOLDER: &str = ".cvm";

Expand Down

0 comments on commit 3d58e8f

Please sign in to comment.