mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 08:56:27 +02:00
Add dist files
This commit is contained in:
parent
38a8b023cb
commit
12c31fe37e
4 changed files with 95 additions and 0 deletions
9
env.prod.php.dist
Executable file
9
env.prod.php.dist
Executable file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
$env = [
|
||||
//Database access
|
||||
'DATABASE_HOST' => '%APP_DATABASE_HOST%',
|
||||
'DATABASE_NAME' => '%APP_DATABASE_NAME%',
|
||||
'DATABASE_USER' => '%APP_DATABASE_USER%',
|
||||
'DATABASE_PASSWORD' => '%APP_DATABASE_PASS%',
|
||||
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue