test ready

This commit is contained in:
2023-07-01 14:37:53 +05:00
parent 7d8b0ec3cc
commit 514a344faf
4 changed files with 20 additions and 8 deletions

2
db.js
View File

@ -1,7 +1,7 @@
const mysql = require('mysql');
const logcon = mysql.createConnection({
host: 'localhost',
host: 'db',
user: 'user',
password: 'user',
database: 'users'