Fix DB connection string
dyb-tech.com/LaLiga-BackEnd/pipeline/head This commit looks good Details

This commit is contained in:
Diego de la Iglesia Regueiro 2024-07-21 03:02:35 +02:00
parent efe08af5cc
commit 9f21f543b6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
doctrine: doctrine:
dbal: dbal:
# url: '%env(resolve:DATABASE_URL)%' # url: '%env(resolve:DATABASE_URL)%'
url: 'mysql://mamb:lakers06@casa.dyb-tech.com:3306/laliga?serverVersion=10.5.22-MariaDB&charset=utf8mb4' url: 'mysql://mamb:lakers06@db.dyb-tech.com:3306/laliga?serverVersion=10.5.22-MariaDB&charset=utf8mb4'
# url: 'mysql://root:root@localhost:3307/la_liga?serverVersion=7.4.16&charset=utf8mb4' # url: 'mysql://root:root@localhost:3307/la_liga?serverVersion=7.4.16&charset=utf8mb4'
# IMPORTANT: You MUST configure your server version, # IMPORTANT: You MUST configure your server version,
# either here or in the DATABASE_URL env var (see .env file) # either here or in the DATABASE_URL env var (see .env file)