Compare commits
4 Commits
edfa8c93b9
...
e02b7abb0a
| Author | SHA1 | Date | |
|---|---|---|---|
| e02b7abb0a | |||
| 060e54d27e | |||
| 05533d68c6 | |||
| a9e7e0331c |
@@ -1,9 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
return [
|
|
||||||
'host' => 'localhost',
|
|
||||||
'port' => 3306,
|
|
||||||
'user' => 'benjamin',
|
|
||||||
'pass' => '011235813',
|
|
||||||
'name' => 'siterecette'
|
|
||||||
];
|
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// Config
|
||||||
return [
|
return [
|
||||||
'website_url' => 'http://127.0.0.1:8080/',
|
'website_url' => 'http://127.0.0.1:8080/',
|
||||||
'website_name' => 'Les recettes de Papis',
|
'website_name' => 'Les recettes de Papis',
|
||||||
|
|||||||
Reference in New Issue
Block a user