This repository has been archived on 2021-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
blog-legacy/config/main.php

10 lines
214 B
PHP
Raw Normal View History

2020-03-06 09:37:56 +01:00
<?php
$config = array(
'title' => 'My blog',
'description' => 'Welcome on my wonderful blog',
'dbHost' => 'localhost',
'dbUser' => 'usr',
'dbPasswd' => 'JFZZxF+^}U:SZ<7EE=n!_(gQs',
2020-03-08 13:48:17 +01:00
'dbName' => 'blog_TEST'
2020-03-06 09:37:56 +01:00
);