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': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.mysql',
|
'ENGINE': 'django.db.backends.mysql',
|
||||||
'OPTIONS': {
|
'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': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.mysql',
|
'ENGINE': 'django.db.backends.mysql',
|
||||||
'OPTIONS': {
|
'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