mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-03 14:56:29 +02:00
add a comment to env.php.dist to make ENV var more clear
This commit is contained in:
parent
61ba62ac86
commit
64ee42f34f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
$env = [
|
||||
'ENV' => '%APP_ENV%',
|
||||
'ENV' => '%APP_ENV%', #env name (probably 'dev' or 'prod'), this value is used to get the env.XXX.php.dist matching env file
|
||||
'SESSION_NAME' => 'raspisms',
|
||||
|
||||
//RaspiSMS settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue