Skip to content
Snippets Groups Projects
Commit 3547335a authored by Thiago Abdo's avatar Thiago Abdo
Browse files

fix url to presentation


Signed-off-by: default avatarThiago Abdo <tja14@inf.ufpr.br>
parent a8ade723
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,8 @@
static const char UPLOAD_REQUEST[] = "request=newupload&nparts=10&name="; //nparts HAS to be the same as NUMBER_OF_PARTS
//static const char API_URL[] = "http://192.168.0.6/slx-admin/api.php?do=webservice";
static const char API_URL[] = "http://slxboxdev.c3sl.ufpr.br/slx-admin/api.php?do=webservice";
//static const char API_URL[] = "http://slxboxdev.c3sl.ufpr.br/slx-admin/api.php?do=webservice";
static const char API_URL[] = "https://slxbox.c3sl.ufpr.br/slx-admin/api.php?do=webservice";
static const int NUMBER_OF_PARTS = 10; //
static const char CLONE_STG4_SCRIPT[] = "./clone_stage4.sh";
static const char CLONE_STG4_SCRIPT_DUMMY[] = "./clone_stage4-dummy.sh";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment