Skip to content

Commit

Permalink
Update Connect from Node js App.md
Browse files Browse the repository at this point in the history
Changed "skysql.net" to "skysql.com"
  • Loading branch information
jzhang-skysql authored Jun 13, 2024
1 parent a67a35d commit 2b166d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Connecting to Sky DBs/Connect from Node js App.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function main() {

try {
conn = mariadb.createConnection({
host: "example.skysql.net",
host: "example.skysql.com",
port: 5009,
ssl: { ca: serverCert },
user: "db_user",
Expand Down Expand Up @@ -149,7 +149,7 @@ MDB_HOST = 192.0.2.50
MDB_PORT = 3306
MDB_USER = db_user
MDB_PASS = db_user_password
MDB_HOST = example.skysql.net
MDB_HOST = example.skysql.com
MDB_PORT = 5001
MDB_CA_PEM = /path/to/skysql_chain.pem
MDB_USER = db_user
Expand Down Expand Up @@ -223,4 +223,4 @@ main();
| API | Promise APICallback API |
| Supports TLS | Yes |
| Supports Connection Pools | Yes |
| License | GNU Lesser General Public License v2.1 |
| License | GNU Lesser General Public License v2.1 |

0 comments on commit 2b166d3

Please sign in to comment.