One step more…
When I ran the configuration REST API (/openspecimen/rest/ng/config-settings) I got (among others) the following result:
{
"module":"common",
"name":"deployment_site_logo",
"value":"66f6d326-fac8-4bdc-a4df-4085734d133e_Garrahan_logo.gif",
"type":"FILE",
"allowedValues":[
],
"displayNameCode":"deployment_site_logo",
"descCode":"deployment_site_logo_desc",
"activationDate":1502827275000,
"secured":false
},
{
"module":"common",
"name":"deployment_site_url",
"value":"",
"type":"STRING",
"allowedValues":[
],
"displayNameCode":"deployment_site_url",
"descCode":"deployment_site_url_desc",
"activationDate":1502469689000,
"secured":false
},
The file’s name I upload is: Garrahan_logo.gif
It appears as: 66f6d326-fac8-4bdc-a4df-4085734d133e_Garrahan_logo.gif
My first doubt is:
Do I need to rename the file to the new one?
I must copy the file to a specific directory?
With the original name? or the renamed one?
My second doubt is:
Do I need to change the value of “deployment_site_url” and set to “http://<\my ip’s server”:8080/openspecimen>?
Thank you for any help!!
Gustavo de la Fuente - Hospital Garrahan - Argentina