mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
9 lines
206 B
PHP
Executable file
9 lines
206 B
PHP
Executable file
<?php
|
|
$env = [
|
|
//Database access
|
|
'DATABASE_HOST' => 'localhost',
|
|
'DATABASE_NAME' => 'raspisms',
|
|
'DATABASE_USER' => 'root',
|
|
'DATABASE_PASSWORD' => 'root',
|
|
|
|
];
|