Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit fa2f971

Browse files
committed
Fixed the example config module_statisticsproxy.php
1 parent 48d3dd4 commit fa2f971

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

config-templates/module_statisticsproxy.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@
3333
*/
3434
'databaseName' => 'STATS',
3535

36-
/*
37-
* Fill the table name for identityProviders
38-
*/
39-
'identityProvidersTableName' => 'identityProviders',
36+
/*
37+
* Fill the table name for statistics
38+
*/
39+
'statisticsTableName' => 'statisticsTableName',
4040

4141
/*
4242
* Fill the table name for identityProvidersMap
4343
*/
4444
'identityProvidersMapTableName' => 'identityProvidersMap',
4545

46-
/*
47-
* Fill the table name for statistics
48-
*/
49-
'statisticsTableName' => 'statisticsTableName',
46+
/*
47+
* Fill the table name for serviceProviders
48+
*/
49+
'serviceProvidersMapTableName' => 'serviceProvidersMap',
5050

5151
/*
5252
* Fill true, if you want to use encryption, false if not.

0 commit comments

Comments
 (0)