Index: trunk/extensions/CentralNotice/CentralNotice.php |
— | — | @@ -28,10 +28,11 @@ |
29 | 29 | $wgNoticeInfrastructure = true; |
30 | 30 | |
31 | 31 | // The name of the database which hosts the centralized campaign data |
32 | | -$wgCentralDBname = 'metawiki'; |
| 32 | +$wgCentralDBname = ''; |
33 | 33 | |
34 | 34 | // The path to Special Pages on the wiki that hosts the CentralNotice infrastructure |
35 | | -$wgCentralPagePath = 'http://meta.wikimedia.org/wiki/'; |
| 35 | +// For example 'http://meta.wikimedia.org/wiki/' |
| 36 | +$wgCentralPagePath = ''; |
36 | 37 | |
37 | 38 | // Enable the loader itself |
38 | 39 | // Allows to control the loader visibility, without destroying infrastructure |