Skip to content

Instantly share code, notes, and snippets.

@andrechavesg
Last active May 4, 2019 23:37
Show Gist options
  • Save andrechavesg/94cce34649d2b57fab7d8ae2bee71145 to your computer and use it in GitHub Desktop.
Save andrechavesg/94cce34649d2b57fab7d8ae2bee71145 to your computer and use it in GitHub Desktop.
# This file defines all environment variables that the application needs.
# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE.
# Use ".env.local" for local overrides during development.
# Use real environment variables when deploying to production.
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=3ddb339af8dbf205c979a416b14607a4
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
#TRUSTED_HOSTS='^localhost|example\.com$'
###< symfony/framework-bundle ###
###> doctrine/doctrine-bundle ###
# Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
# Configure your db driver and server_version in config/packages/doctrine.yaml
DATABASE_URL=mysql://root:senhaDoRoot@mysql/saraixa
###< doctrine/doctrine-bundle ###
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment