Skip to content
Snippets Groups Projects
Unverified Commit fa2f9715 authored by Pavel Vyskočil's avatar Pavel Vyskočil
Browse files

Fixed the example config module_statisticsproxy.php

parent 48d3dd46
No related branches found
No related tags found
No related merge requests found
...@@ -33,20 +33,20 @@ $config = array( ...@@ -33,20 +33,20 @@ $config = array(
*/ */
'databaseName' => 'STATS', 'databaseName' => 'STATS',
/* /*
* Fill the table name for identityProviders * Fill the table name for statistics
*/ */
'identityProvidersTableName' => 'identityProviders', 'statisticsTableName' => 'statisticsTableName',
/* /*
* Fill the table name for identityProvidersMap * Fill the table name for identityProvidersMap
*/ */
'identityProvidersMapTableName' => 'identityProvidersMap', 'identityProvidersMapTableName' => 'identityProvidersMap',
/* /*
* Fill the table name for statistics * Fill the table name for serviceProviders
*/ */
'statisticsTableName' => 'statisticsTableName', 'serviceProvidersMapTableName' => 'serviceProvidersMap',
/* /*
* Fill true, if you want to use encryption, false if not. * Fill true, if you want to use encryption, false if not.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment