Changed the default value for the config token 'console_api_url'

This commit is contained in:
Alejandro Gallardo Escobar 2015-02-09 18:13:13 +01:00
parent bd930fa012
commit 0682aef295
3 changed files with 5 additions and 5 deletions

View File

@ -485,8 +485,8 @@ async_recovery 1
# Console API credentials.
# Required for some features like the module graphs macros.
# console_api_url: Api URL (http://localhost/pandora/include/api.php by default)
console_api_url http://localhost/pandora/include/api.php
# console_api_url: Api URL (http://localhost/pandora_console/include/api.php by default)
console_api_url http://localhost/pandora_console/include/api.php
# console_api_pass: Api pass
# console_api_pass 1234

View File

@ -292,8 +292,8 @@ async_recovery 1
# Console API credentials.
# Required for some features like the module graphs macros.
# console_api_url: Api URL (http://localhost/pandora/include/api.php by default)
console_api_url http://localhost/pandora/include/api.php
# console_api_url: Api URL (http://localhost/pandora_console/include/api.php by default)
console_api_url http://localhost/pandora_console/include/api.php
# console_api_pass: Api pass
# console_api_pass 1234

View File

@ -344,7 +344,7 @@ sub pandora_load_config {
$pa_config->{"async_recovery"} = 1; # 5.1SP1
# Console API connection
$pa_config->{"console_api_url"} = 'http://localhost/pandora/include/api.php'; # 6.0
$pa_config->{"console_api_url"} = 'http://localhost/pandora_console/include/api.php'; # 6.0
$pa_config->{"console_api_pass"} = ''; # 6.0
$pa_config->{"console_user"} = 'admin'; # 6.0
$pa_config->{"console_pass"} = 'pandora'; # 6.0