]> Raphaƫl G. Git Repositories - airlibre/blob - .env
7f854e01561c938d792dc6585141965406910e9f
[airlibre] / .env
1 # In all environments, the following files are loaded if they exist,
2 # the latter taking precedence over the former:
3 #
4 # * .env contains default values for the environment variables needed by the app
5 # * .env.local uncommitted file with local overrides
6 # * .env.$APP_ENV committed environment-specific defaults
7 # * .env.$APP_ENV.local uncommitted environment-specific overrides
8 #
9 # Real environment variables win over .env files.
10 #
11 # DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.
12 # https://symfony.com/doc/current/configuration/secrets.html
13 #
14 # Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
15 # https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
16
17 ###> symfony/framework-bundle ###
18 APP_ENV="dev"
19 APP_SECRET="Ch4ng3m3!"
20 ###< symfony/framework-bundle ###
21
22 ###> doctrine/doctrine-bundle ###
23 # Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
24 # IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
25 #
26 # DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
27 # DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8.0.32&charset=utf8mb4"
28 # DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4"
29 DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8"
30 ###< doctrine/doctrine-bundle ###
31
32 ###> symfony/mailer ###
33 # MAILER_DSN="null://null"
34 ###< symfony/mailer ###
35
36 ###> symfony/messenger ###
37 # Choose one of the transports below
38 # MESSENGER_TRANSPORT_DSN="amqp://guest:guest@localhost:5672/%2f/messages"
39 # MESSENGER_TRANSPORT_DSN="redis://localhost:6379/messages"
40 MESSENGER_TRANSPORT_DSN="doctrine://default?auto_setup=0"
41 ###< symfony/messenger ###
42
43 ###> rapsys/airbundle ###
44 # Google client
45 RAPSYSAIR_GOOGLE_CLIENT="Ch4ng3m3!"
46 # Google project
47 RAPSYSAIR_GOOGLE_PROJECT="Ch4ng3m3!"
48 # Google secret
49 RAPSYSAIR_GOOGLE_SECRET="Ch4ng3m3!"
50 # Hostname
51 RAPSYSAIR_HOSTNAME="Ch4ng3m3!"
52 # Scheme
53 RAPSYSAIR_SCHEME="https"
54 ###< rapsys/airbundle ###
55
56 ###> rapsys/packbundle ###
57 # User agent
58 RAPSYSPACK_AGENT='rapsyspack/Ch4ng3m3!'
59 # Shuffled printable character range",
60 # XXX: Run "php bin/console rapsyspack:range" to generate a range
61 RAPSYSPACK_RANGE="Ch4ng3m3!"
62 # Redirect
63 RAPSYSPACK_REDIRECT=20
64 # Scheme
65 RAPSYSPACK_SCHEME="https"
66 # Timeout
67 RAPSYSPACK_TIMEOUT=60
68 ###< rapsys/packbundle ###