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.

14 line
183B

  1. APP_ENV=
  2. APP_HOST=
  3. APP_PORT=
  4. DB_CONNECTION=mysql
  5. DB_HOST=127.0.0.1
  6. DB_PORT=3306
  7. DB_DATABASE=pro-php-mvc
  8. DB_USERNAME=root
  9. DB_PASSWORD=
  10. EMAIL_TOKEN=
  11. EMAIL_FROM_NAME=
  12. EMAIL_FROM_EMAIL=

Powered by TurnKey Linux.