This commit is contained in:
omkieit 2024-09-17 20:23:54 +05:30
parent ee057ff2d9
commit 5178dc753c
3 changed files with 4 additions and 3 deletions

View File

@ -7,6 +7,7 @@ const db = mysql.createConnection({
password: "AVNS_EPHqPilzmVjZfm8GH4G", password: "AVNS_EPHqPilzmVjZfm8GH4G",
database: "defaultdb", database: "defaultdb",
port: "25060", port: "25060",
connectTimeout: 10000, // 10 seconds
}); });
// Connect to MySQL database // Connect to MySQL database

File diff suppressed because one or more lines are too long

View File

@ -42,7 +42,7 @@
<!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/js/bootstrap.bundle.min.js"></script> --> <!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/js/bootstrap.bundle.min.js"></script> -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script type="module" crossorigin src="/assets/index-B-iE_q9C.js"></script> <script type="module" crossorigin src="/assets/index-DbJZ5O77.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BrT2kTNU.css"> <link rel="stylesheet" crossorigin href="/assets/index-BrT2kTNU.css">
</head> </head>