déplacement fichier config ddb

This commit is contained in:
2024-03-04 18:57:18 +01:00
parent 06233665be
commit 86b64a8838
2 changed files with 1 additions and 1 deletions

View File

@@ -190,7 +190,7 @@ else:
'default': { 'default': {
'ENGINE': 'django.db.backends.mysql', 'ENGINE': 'django.db.backends.mysql',
'OPTIONS': { 'OPTIONS': {
'read_default_file': 'my.cnf', 'read_default_file': 'Reskreen/my.cnf',
}, },
} }
} }