Skip to content

Commit f505113

Browse files
committed
Update code to latest ibexa/oss
1 parent 431d8b8 commit f505113

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.env

+9-9
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,6 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
8282
MAILER_URL=null://localhost
8383
###< symfony/swiftmailer-bundle ###
8484

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-
9485
###> lexik/jwt-authentication-bundle ###
9586
JWT_SECRET_KEY=%kernel.project_dir%/config/jwt/private.pem
9687
JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public.pem
@@ -101,6 +92,15 @@ JWT_PASSPHRASE=ThisTokenIsNotSoSecretChangeIt
10192
CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
10293
###< nelmio/cors-bundle ###
10394

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+
104104
###> sentry/sentry-symfony ###
105105
SENTRY_DSN=
106106
###< sentry/sentry-symfony ###

.env.dev

Whitespace-only changes.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 1999-2021 Ibexa AS (formerly eZ Systems AS). All rights reserved.
1+
Copyright (C) 1999-2024 Ibexa AS (formerly eZ Systems AS). All rights reserved.
22

33
This source code is available separately under the following licenses:
44

0 commit comments

Comments
 (0)