Personal Website
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.
 
 
 
 
 

21 lines
329 B

<?php
return [
'APP_NAME' => '',
'APP_URL' => '',
'DB_HOST' => '',
'DB_NAME' => '',
'DB_USERNAME' => '',
'DB_PASSWORD' => '',
'MAIL_HOST' => '',
'MAIL_PORT' => '',
'MAIL_NAME' => '',
'MAIL_USERNAME' => '',
'MAIL_PASSWORD' => '',
'CLOUDFLARE_ENABLED' => '',
'CLOUDFLARE_TOKEN' => '',
'CLOUDFLARE_ZONE' => '',
];