diff --git a/.env b/.env deleted file mode 100644 index fb97408..0000000 --- a/.env +++ /dev/null @@ -1,52 +0,0 @@ -# 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=60c125f1b185d683df10d02b53c043bc -TRUSTED_PROXIES=127.0.0.1,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 -TRUSTED_HEADERS='["x-forwarded-for","x-forwarded-host","x-forwarded-proto","x-forwarded-port","x-forwarded-prefix"]' -###< symfony/framework-bundle ### - -###> symfony/mailer ### -# MAILER_DSN=smtp://localhost -###< symfony/mailer ### - -###> 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="sqlite:///%kernel.project_dir%/var/data.db" -# DATABASE_URL="mysql://cabinet_sova_:rP1bX9dG3sfJ5r@mysql:3306/cabinet_sova_?serverVersion=5.6" -DATABASE_BITRIX_URL="mysql://ivan:oE2tM9dI5t@77.106.69.11:3306/sovamed?serverVersion=8.3" -DATABASE_URL="postgresql://cabinet:zd3Ry-08Htrf-6ggkn@pgsql:5432/cabinet?serverVersion=13&charset=utf8" -###< doctrine/doctrine-bundle ### - -###> Redis ### -REDIS_URL="redis://Hgty-Gmmi-7655f-4zSd@redis:6379?timeout=2&dbindex=2" -###> Redis ### -SMSRU_KEY_API="B58070E1-E89B-95B0-D9BA-37A108868CAF" -SMSRU_FROM_SOVAMED="sovamed" -SMS4B_TOKEN="1334180305d8462dd9887f981fd3d05635c161c8a1bcda45" -SMS4B_FROM_WMTMED="Clinic_WMT" -MIS="https://widget.sovamed.ru" -BITRIX24_URL="/rest/10998/3hrv38rzo3khchj3/crm.lead.add.json" -SMARTCAPTCHA_SERVER_KEY="ysc2_EaQp6z8UPPQAIfHLm8mllruHsN3j42qGAz8VFY5l694a51cc" -###> nelmio/cors-bundle ### -CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1|.*\.sovamed\.ru|.*\.wmtmed\.ru|sovamed\.ru|wmtmed\.ru)(:[0-9]+)?$' -###< nelmio/cors-bundle ### - -# Показ баннера «технические работы» (1/true/on/yes — включено) -TECH_MAINTENANCE=true diff --git a/.gitignore b/.gitignore index 328e463..1bcbb9b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ ###> symfony/framework-bundle ### +/.env /.env.local /.env.local.php /.env.*.local