# In all environments, the following files are loaded if they exist, # the latter taking precedence over the former: # # * .env contains default values for the environment variables needed by the app # * .env.local uncommitted file with local overrides # * .env.$APP_ENV committed environment-specific defaults # * .env.$APP_ENV.local uncommitted environment-specific overrides # # Real environment variables win over .env files. # # DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES. # # Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2). # https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration ###> symfony/framework-bundle ### APP_ENV=prod APP_SECRET=98a2e5fcb587d7a7bd505397bfd19e72 ###< symfony/framework-bundle ### ###> symfony/webapp-meta ### MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0 ###< symfony/webapp-meta ### ###> doctrine/doctrine-bundle ### # Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url # IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml # DATABASE_URL="mysql://astibot:c2dSDq1EdhphGKdRUJbaiwDo5KSZQGrSGsbaK8kj@localhost:3306/astibot?charset=utf8mb4" ###< doctrine/doctrine-bundle ### ###> symfony/messenger ### # Choose one of the transports below MESSENGER_TRANSPORT_DSN=doctrine://default # MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages # MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages ###< symfony/messenger ### ###> symfony/mailer ### MAILER_DSN=gmail+smtp://info%prueba.es:password@default ###< symfony/mailer ### ###> symfony/lock ### # Choose one of the stores below # postgresql+advisory://db_user:db_password@localhost/db_name LOCK_DSN=semaphore ###< symfony/lock ### ###> encrypt-bundle ### ENCRYPT_KEY=vt75URaDif6hKE2a0pSlaYREO9WuH0t+QuKSPS8B/xQ= ###< encrypt-bundle ### ###> knplabs/knp-snappy-bundle ### WKHTMLTOPDF_PATH=/usr/local/bin/wkhtmltopdf WKHTMLTOIMAGE_PATH=/usr/local/bin/wkhtmltoimage ###< knplabs/knp-snappy-bundle ### ###> INE Ceuta Code ### INE_COMUNITY_CODE=9015 INE_PROVINCE_CODE=51 INE_REGION_CODE=18 ###> INE Ceuta Code ### ###> Regcess Code ### REGCESS_TOWN_CODE=510013 REGCESS_AGENT_CODE=24 REGCESS_PROVINCE_CODE=51 REGCESS_CCAA_CODE=18 ###> Regcess Code ### ###> IMAP ### IMAP_EMAIL=info@prueba.es IMAP_PASSWORD=password ###> IMAP ### ###> EXPECTED TEMPERATURE ### # API/XML/IMAP EXPECTED_TEMPERATURE_METHOD=API ###> EXPECTED TEMPERATURE ### ###> AEMET API ### AEMET_API_KEY= AEMET_REGION=51 AEMET_TOWN=51001 ###> AEMET API ### ###> GMAPS ### # DEV #GOOGLE_MAPS_KEY= # PROD GOOGLE_MAPS_KEY= ###> IMAP ### ###> INCLASNS ### INCLASNS_API_KEY= ###> INCLASNS ### ###> BRIDGE SANIDAD ### BRIDGE_DEV_API_TOKEN= BRIDGE_PROD_API_TOKEN= ###> BRIDGE SANIDAD ###