PKC MediaWiki configuration data
Jump to navigation
Jump to search
The configuration file should have the following entries:
## Database settings
$wgDBtype = "mysql";
$wgDBserver = "database";
$wgDBname = "my_wiki";
$wgDBuser = "wikiuser";
$wgDBpassword = "example";
Note that the value for $wgDBserver
is often suggested to be localhost
, and in the docker-compose.yml
file for PKC, it is set to be database
already.