X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/b180529bee3111be031f565142960dbf1a395b3e..HEAD:/.env diff --git a/.env b/.env index 5caab07..8e1a107 100644 --- a/.env +++ b/.env @@ -15,7 +15,7 @@ # https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration ###> symfony/framework-bundle ### -APP_ENV=dev +APP_ENV="dev" APP_SECRET="Ch4ng3m3!" ###< symfony/framework-bundle ### @@ -30,11 +30,42 @@ DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&ch ###< doctrine/doctrine-bundle ### ###> symfony/mailer ### -MAILER_DSN="sendmail+smtp://default" +# MAILER_DSN="null://null" ###< symfony/mailer ### +###> symfony/messenger ### +# Choose one of the transports below +# MESSENGER_TRANSPORT_DSN="amqp://guest:guest@localhost:5672/%2f/messages" +# MESSENGER_TRANSPORT_DSN="redis://localhost:6379/messages" +MESSENGER_TRANSPORT_DSN="doctrine://default?auto_setup=0" +###< symfony/messenger ### + ###> rapsys/airbundle ### -GOOGLE_CLIENT="Ch4ng3m3!" -GOOGLE_PROJECT="Ch4ng3m3!" -GOOGLE_SECRET="Ch4ng3m3!" +# Google project +RAPSYSAIR_GOOGLE_PROJECT="Ch4ng3m3!" +# Hostname +RAPSYSAIR_HOSTNAME="Ch4ng3m3!" +# Scheme +RAPSYSAIR_SCHEME="https" ###< rapsys/airbundle ### + +###> rapsys/packbundle ### +# User agent +RAPSYSPACK_AGENT='rapsyspack/Ch4ng3m3!' +# Shuffled printable character range", +# XXX: Run "php bin/console rapsyspack:range" to generate a range +RAPSYSPACK_RANGE="Ch4ng3m3!" +# Redirect +RAPSYSPACK_REDIRECT=20 +# Scheme +RAPSYSPACK_SCHEME="https" +# Timeout +RAPSYSPACK_TIMEOUT=60 +###< rapsys/packbundle ### + +###> google/apiclient ### +GOOGLE_API_KEY= +GOOGLE_CLIENT_ID= +GOOGLE_CLIENT_SECRET= +GOOGLE_AUTH_CONFIG=%kernel.project_dir%/path/to/file.json +###< google/apiclient ###