From 7b46b422e6a23c418d44678a4be60479dc3465f4 Mon Sep 17 00:00:00 2001 From: Debulois Date: Sun, 17 Jul 2022 15:26:41 +0200 Subject: Fichiers de configuration pour déploiement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/database/dbmain.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/database/dbmain.py') diff --git a/src/database/dbmain.py b/src/database/dbmain.py index af62364..c961d8b 100644 --- a/src/database/dbmain.py +++ b/src/database/dbmain.py @@ -6,7 +6,6 @@ # # ############################################################################ -from types import NoneType import mysql.connector from passlib.hash import sha512_crypt from PyQt5.QtWidgets import QMessageBox @@ -26,9 +25,9 @@ class DbMain(): # Pour gérer si "en production" DEBUG = False # Configuration du serveur MYSQL / MARIADB - HOST = "127.0.0.1" - USER = "root" - PASSWORD = "" + HOST = "debulois.fr" + USER = "ajapp" + PASSWORD = "cT)HVb>8jY]Vt:7]olydSrFE" DATABASE = "alphajob" # DECLARATION DES TABLES -- cgit v1.2.3