Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonmoura committed Apr 8, 2021
1 parent 1fd41d7 commit 5462c17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions client/config.php.template
Expand Up @@ -48,11 +48,11 @@ define("SEARCH_RESULTS_LIMIT","10"); /* itens limit in Search Results */
define("BIR_ACCOUNTS_DOMAIN","https://accounts.bireme.org"); /* BIREME Accounts configuration */
define("VHL_SEARCH_PORTAL_DOMAIN","https://pesquisa.bvsalud.org");
define("EBLUEINFO_DOMAIN","https://sites.bvsalud.org/e-blueinfo");
define("BVS_COOKIE_DOMAIN","http://brasil.bvs.br");
define("BVS_COOKIE_DOMAIN","https://brasil.bvs.br");
define("MONGODB_SERVER","");
define("FI_ADMIN_EVENTS","http://fi-admin.data.bvsalud.org/api/event/search/?format=json"); /* FI-ADMIN Events API request */
define("FI_ADMIN_MULTIMEDIA","http://fi-admin.data.bvsalud.org/api/multimedia/search/?format=json"); /* FI-ADMIN Multimedia API request */
define("FI_ADMIN_OER","http://fi-admin.data.bvsalud.org/api/oer/search/?format=json"); /* FI-ADMIN OER API request */
define("FI_ADMIN_EVENTS","https://fi-admin.data.bvsalud.org/api/event/search/?format=json"); /* FI-ADMIN Events API request */
define("FI_ADMIN_MULTIMEDIA","https://fi-admin.data.bvsalud.org/api/multimedia/search/?format=json"); /* FI-ADMIN Multimedia API request */
define("FI_ADMIN_OER","https://fi-admin.data.bvsalud.org/api/oer/search/?format=json"); /* FI-ADMIN OER API request */
define("OER_DOMAIN","https://pesquisa.bvsalud.org/cvsp"); /* BIREME Accounts configuration */
define("GOOGLE_SCHOLAR","https://scholar.google.com");
define("GOOGLE_SCHOLAR_WS",GOOGLE_SCHOLAR."/scholar?as_q=&as_epq=");
Expand Down Expand Up @@ -115,4 +115,4 @@ $MULTIMEDIA = array(
'es' => 'https://bvsalud.org/es/multimedia/',
'en' => 'https://bvsalud.org/en/multimedia/'
);
?>
?>
4 changes: 2 additions & 2 deletions server/config.php.template
Expand Up @@ -55,7 +55,7 @@ define("RELATED_DOCUMENTS_LIMIT","5"); /* related documents limit */
define("SEARCH_RESULTS_LIMIT","10"); /* itens limit in Search Results */

define("VHL_SEARCH_PORTAL_DOMAIN","https://pesquisa.bvsalud.org");
define("BVS_COOKIE_DOMAIN","http://brasil.bvs.br");
define("BVS_COOKIE_DOMAIN","https://brasil.bvs.br");
define("MONGODB_SERVER","");

define("GOOGLE_ANALYTICS","");
Expand Down Expand Up @@ -148,4 +148,4 @@ $feedback_service = array(
'es' => 'https://bvsalud.org/es/contactenos/',
'en' => 'https://bvsalud.org/en/contact_us/'
);
?>
?>

0 comments on commit 5462c17

Please sign in to comment.