Skip to content

Commit

Permalink
index.php back to starting configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
karacolada committed Jan 16, 2024
1 parent 3218f05 commit 732e4d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions simpleclient/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
set_time_limit(0);
######################## local config ##########################
$fuji_server = 'http://localhost:1071/fuji/api/v1/evaluate';
$fuji_username = 'marvel';
$fuji_password = 'wonderwoman';
$metric_version = "metrics_v0.7_software"; #"metrics_v0.7_software_cessda"; #"metrics_v0.5"; #"metrics_v0.7_software";
$fuji_username = 'yourusername';
$fuji_password = 'yourpassword';
$metric_version = "metrics_v0.5"; #"metrics_v0.7_software_cessda"; #"metrics_v0.5"; #"metrics_v0.7_software";
$usegithub = false;
################################################################

Expand Down

0 comments on commit 732e4d0

Please sign in to comment.