Skip to content

Commit

Permalink
set envionment variables in code
Browse files Browse the repository at this point in the history
Signed-off-by: Vanish1011 <[email protected]>
  • Loading branch information
Vanish1011 committed Dec 25, 2023
1 parent 020a3b6 commit 4872cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dragonfly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ TRITONREPOAGENT_ModelAction(
if (file_path_c_str != nullptr) {
// Load from credential file
cred_path = std::string(file_path_c_str);
}else{
} else {
cred_path="/home/triton/cloud_credential.json" ;
}

Expand All @@ -53,7 +53,7 @@ TRITONREPOAGENT_ModelAction(
if (config_path_c_str != nullptr) {
// Load from config file
config_path = std::string(config_path_c_str);
}else{
} else {
config_path="/home/triton/dragonfly_config.json" ;
}

Expand Down

0 comments on commit 4872cc3

Please sign in to comment.