mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
first refonte
This commit is contained in:
commit
9e9cd47b91
226 changed files with 34307 additions and 0 deletions
9
env.test.php
Executable file
9
env.test.php
Executable file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
$env = [
|
||||
//Database access
|
||||
'DATABASE_HOST' => 'localhost',
|
||||
'DATABASE_NAME' => 'raspisms',
|
||||
'DATABASE_USER' => 'root',
|
||||
'DATABASE_PASSWORD' => 'root',
|
||||
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue