Guest User

Untitled

a guest
Aug 1st, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. APP_ENV={{app_env}}
  2. APP_DEBUG={{app_debug}}
  3. APP_KEY={{app_key}}
  4. APP_URL={{app_url}}
  5. APP_NAME={{app_name}}
  6.  
  7. DB_HOST={{mysql_host}}
  8. DB_DATABASE={{mysql_db}}
  9. DB_USERNAME={{mysql_user}}
  10. DB_PASSWORD={{mysql_pass}}
  11.  
  12. CACHE_DRIVER={{cache_driver}}
  13. SESSION_DRIVER={{session_driver}}
Add Comment
Please, Sign In to add comment