9 lines
145 B
Plaintext
9 lines
145 B
Plaintext
<?php
|
|
|
|
return [
|
|
'host' => 'localhost',
|
|
'user' => 'root',
|
|
'pass' => 'password',
|
|
'name' => 'webgis',
|
|
'charset' => 'utf8mb4',
|
|
]; |