From 1cc4dcd01a9646083319ca0338d932e473bdcdb1 Mon Sep 17 00:00:00 2001 From: "DEVSCOPE\\rquintino" <-> Date: Sat, 7 Apr 2018 00:07:14 +0100 Subject: [PATCH 01/15] -typical default for openml dbs -added ES_PUBLIC_URL --- openml_OS/config/BASE_CONFIG-BLANK.php | 9 +++++---- openml_OS/views/frontend_main.php | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/openml_OS/config/BASE_CONFIG-BLANK.php b/openml_OS/config/BASE_CONFIG-BLANK.php index f8ce56674..3c7277997 100644 --- a/openml_OS/config/BASE_CONFIG-BLANK.php +++ b/openml_OS/config/BASE_CONFIG-BLANK.php @@ -73,7 +73,7 @@ * DB_PASS_WRITING: The password that belongs to the DB_USER_WRITING * account. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -define( 'DB_NAME_EXPDB', 'FILL_IN' ); +define( 'DB_NAME_EXPDB', 'openml_expdb' ); define( 'DB_HOST_EXPDB', 'FILL_IN' ); define( 'DB_USER_EXPDB_READ', 'FILL_IN' ); define( 'DB_PASS_EXPDB_READ', 'FILL_IN' ); @@ -92,7 +92,7 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * DB_PASS: The password that belongs to the username * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -define( 'DB_NAME_OPENML', 'FILL_IN' ); +define( 'DB_NAME_OPENML', 'openml' ); define( 'DB_HOST_OPENML', 'FILL_IN' ); define( 'DB_USER_OPENML', 'FILL_IN' ); define( 'DB_PASS_OPENML', 'FILL_IN' ); @@ -115,8 +115,9 @@ * ES_USERNAME and ES_PASSWORD can be set by ElasticSearch or a protected proxy * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ define( 'ES_URL', 'FILL_IN' ); -define( 'ES_USERNAME', 'FILL_IN' ); -define( 'ES_PASSWORD', 'FILL_IN' ); +define( 'ES_PUBLIC_URL', 'FILL_IN' ); +define( 'ES_USERNAME', '' ); +define( 'ES_PASSWORD', '' ); /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Configuration details for the Wiki server (Username, password) diff --git a/openml_OS/views/frontend_main.php b/openml_OS/views/frontend_main.php index 5739ff819..3797379e2 100755 --- a/openml_OS/views/frontend_main.php +++ b/openml_OS/views/frontend_main.php @@ -319,7 +319,7 @@