@@ -82,15 +82,6 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
82
82
MAILER_URL = null://localhost
83
83
# ##< symfony/swiftmailer-bundle ###
84
84
85
- # ##> doctrine/doctrine-bundle ###
86
- # Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
87
- # IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
88
- #
89
- # DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
90
- # DATABASE_URL="mysql://app:[email protected] :3306/app?serverVersion=8&charset=utf8mb4"
91
- DATABASE_URL = " postgresql://app:[email protected] :5432/app?serverVersion=16&charset=utf8"
92
- # ##< doctrine/doctrine-bundle ###
93
-
94
85
# ##> lexik/jwt-authentication-bundle ###
95
86
JWT_SECRET_KEY = %kernel.project_dir%/config/jwt/private.pem
96
87
JWT_PUBLIC_KEY = %kernel.project_dir%/config/jwt/public.pem
@@ -101,6 +92,15 @@ JWT_PASSPHRASE=ThisTokenIsNotSoSecretChangeIt
101
92
CORS_ALLOW_ORIGIN = ' ^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
102
93
# ##< nelmio/cors-bundle ###
103
94
95
+ # ##> doctrine/doctrine-bundle ###
96
+ # Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
97
+ # IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
98
+ #
99
+ # DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
100
+ # DATABASE_URL="mysql://app:[email protected] :3306/app?serverVersion=8&charset=utf8mb4"
101
+ DATABASE_URL = " postgresql://app:[email protected] :5432/app?serverVersion=16&charset=utf8"
102
+ # ##< doctrine/doctrine-bundle ###
103
+
104
104
# ##> sentry/sentry-symfony ###
105
105
SENTRY_DSN =
106
106
# ##< sentry/sentry-symfony ###
0 commit comments