done
This commit is contained in:
parent
ee057ff2d9
commit
5178dc753c
|
@ -7,6 +7,7 @@ const db = mysql.createConnection({
|
|||
password: "AVNS_EPHqPilzmVjZfm8GH4G",
|
||||
database: "defaultdb",
|
||||
port: "25060",
|
||||
connectTimeout: 10000, // 10 seconds
|
||||
});
|
||||
|
||||
// Connect to MySQL database
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -42,7 +42,7 @@
|
|||
<!-- <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 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">
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in New Issue