Skip to content

Commit aee6cdb

Browse files
committed
Update README.md
1 parent 2db02a2 commit aee6cdb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,14 @@ add or remove code in the ```./webserver/extra/httpd-ssl.conf``` file for custom
324324

325325
[https://httpd.apache.org/docs/2.4/](https://httpd.apache.org/docs/2.4/)
326326

327+
#### Database
328+
329+
change in the ```./symfony/.env``` file
330+
331+
DATABASE_URL="mysql://{DB_USER}:{DB_PASSWORD}@database:3306/{DB_NAME}?serverVersion=10.11.2-MariaDB&charset=utf8mb4" for mariadb
332+
DATABASE_URL="mysql://{DB_USER}:{DB_PASSWORD}@database:3306/{DB_NAME}?serverVersion=8.0.32&charset=utf8mb4" for mysql
333+
[#] DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8"
334+
327335
#### Redis
328336

329337
[Redis Cache](https://symfony.com/doc/current/components/cache/adapters/redis_adapter.html); This article explains how to configure the Redis adapter when using the Cache as an independent component in any PHP application..

0 commit comments

Comments
 (0)