Modif des URL et changement du HOST sur fichier .env

This commit is contained in:
2023-12-04 14:47:31 +01:00
parent b41573dc3f
commit abb0c12559
2 changed files with 5 additions and 5 deletions

6
.env
View File

@@ -1,8 +1,8 @@
DATABASE = mia_dev
DATABASE_HOST = db.thecoredev.fr
DATABASE_HOST = 127.0.0.1
DATABASE_PORT = 3306
DATABASE_USER = mia
DATABASE_PASSWORD = CalomOk0t-ISvpw-
MASTER_URL = 'https://slave.thecoredev.fr'
SLAVE_URL = 'https://slave.thecoredev.fr'
MASTER_URL = 'https://master.projetmia.fr'
SLAVE_URL = 'https://slave.projetmia.fr'