YaWK  23.3
Yet another WebKit
dbconfig.php
Go to the documentation of this file.
1 
2 <?php
3  $this->config['server'] = "localhost";
4  $this->config['username'] = "pi";
5  $this->config['password'] = "raspi";
6  $this->config['dbname'] = "yawk_io";
7  $this->config['prefix'] = "cms_";
8  $this->config['port'] = "3306";
9 ?>
$this config['server']
Definition: dbconfig.php:3