Installed apache-pack to provide htaccess file for apache config and for debug package to be working.

This commit is contained in:
krzysiej
2022-05-20 10:29:36 +02:00
parent 5c0140b5d9
commit ac3f054dec
6 changed files with 108 additions and 2 deletions

2
.env
View File

@@ -28,7 +28,7 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
#
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
# DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7&charset=utf8mb4"
DATABASE_URL="postgresql://symfony:ChangeMe@127.0.0.1:5432/app?serverVersion=13&charset=utf8"
DATABASE_URL="mysql://root:root@127.0.0.1:3306/biblio?serverVersion=5.7&charset=utf8mb4"
###< doctrine/doctrine-bundle ###
###> symfony/messenger ###