Externalisation des URL Master et Slave

This commit is contained in:
2023-11-23 16:32:58 +01:00
parent 4a68b5a724
commit 5275c61483
3 changed files with 22 additions and 29 deletions

View File

@@ -2,4 +2,7 @@ DATABASE = mia
DATABASE_HOST = db.thecoredev.fr
DATABASE_PORT = 3306
DATABASE_USER = mia
DATABASE_PASSWORD = CalomOk0t-ISvpw-
DATABASE_PASSWORD = CalomOk0t-ISvpw-
MASTER_URL = 'https://slave.thecoredev.fr'
SLAVE_URL = 'https://slave.thecoredev.fr'