Guest User

Untitled

a guest
May 12th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. # Symfony application's path (absolute or relative)
  2. SYMFONY_APP_PATH=../src
  3.  
  4. # MySQL
  5. MYSQL_ROOT_PASSWORD=root
  6. MYSQL_DATABASE=toto
  7. MYSQL_USER=admin
  8. MYSQL_PASSWORD=admin
  9.  
  10. # Timezone
  11. TIMEZONE=Europe/Paris
Add Comment
Please, Sign In to add comment