changement config default
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m36s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m36s
This commit is contained in:
@@ -47,7 +47,7 @@ if cfg_dev_mode:
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
'OPTIONS': {
|
||||
'read_default_file': os.path.join(BASE_DIR, 'Reskreen/my_dev.cnf'),
|
||||
'read_default_file': os.path.join(BASE_DIR, 'config/my_dev.cnf'),
|
||||
},
|
||||
}
|
||||
}
|
||||
@@ -56,7 +56,7 @@ else:
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
'OPTIONS': {
|
||||
'read_default_file': os.path.join(BASE_DIR, 'Reskreen/my.cnf'),
|
||||
'read_default_file': os.path.join(BASE_DIR, 'config/my.cnf'),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user