Ajout initial des fichiers du projet

This commit is contained in:
Rampeur
2025-08-08 10:47:29 +02:00
parent 29635cdf83
commit ffdc93834a
46 changed files with 15499 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
module.exports = {
"development": {
"username": 'c4adastracomu1',
"password": 'kbrnrt5jPK12',
"database": 'c4adastracomdb1',
"host": '176.31.255.24',
"port": 3306,
"dialect": 'mysql'
},
"test": {
"username": 'c4adastracomu1',
"password": 'kbrnrt5jPK12',
"database": 'c4adastracomdb1',
"host": '176.31.255.24',
"port": 3306,
"dialect": 'mysql'
},
"production": {
"username": 'c4adastracomu1',
"password": 'kbrnrt5jPK12',
"database": 'c4adastracomdb1',
"host": '176.31.255.24',
"port": 3306,
"dialect": 'mysql'
}
}