Advertisement
Guest User

Untitled

a guest
Nov 29th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. # This file is a "template" of which env vars need to be defined for your application
  2. # Copy this file to .env file for development, create environment variables when deploying to production
  3. # https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
  4.  
  5. #LOCAL_APPLICATION_ENTRYPOINT=equiva-adam.lxd
  6. #LOCAL_CLIENT_IP=127.0.0.1
  7. ###> symfony/framework-bundle ###
  8. APP_ENV=dev
  9. APP_SECRET=a9ef4665d1d33d7bbeadf2accf763d42
  10. #TRUSTED_PROXIES=127.0.0.1,127.0.0.2
  11. #TRUSTED_HOSTS=localhost,example.com
  12. ###< symfony/framework-bundle ###
  13.  
  14. ###> nelmio/cors-bundle ###
  15. CORS_ALLOW_ORIGIN=^https?://localhost:?[0-9]*$
  16. ###< nelmio/cors-bundle ###
  17.  
  18. ###> doctrine/doctrine-bundle ###
  19. # Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
  20. # For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
  21. # Configure your db driver and server_version in config/packages/doctrine.yaml
  22. DATABASE_URL=postgresql://postgres-test.lxd/equiva_api?user=test&password=test
  23. ###< doctrine/doctrine-bundle ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement