You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
246 B
18 lines
246 B
4 years ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
'APP_NAME' => '',
|
||
|
'APP_URL' => '',
|
||
|
|
||
|
'DB_HOST' => '',
|
||
|
'DB_NAME' => '',
|
||
|
'DB_USERNAME' => '',
|
||
|
'DB_PASSWORD' => '',
|
||
|
|
||
|
'MAIL_HOST' => '',
|
||
|
'MAIL_PORT' => '',
|
||
|
'MAIL_NAME' => '',
|
||
|
'MAIL_USERNAME' => '',
|
||
|
'MAIL_PASSWORD' => '',
|
||
|
];
|