We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a955cd commit 0402a50Copy full SHA for 0402a50
app/config/environments.ts
@@ -7,7 +7,7 @@ import { ConnectionOptions} from "typeorm";
7
export const mysqlConfig: ConnectionOptions = {
8
"name": "mysql",
9
"type": "mysql",
10
- "host": "148.70.34.67",
+ "host": "1.1.1.1",
11
"port": 3307,
12
"username": "root",
13
"password": "123456",
@@ -21,9 +21,9 @@ export const mysqlConfig: ConnectionOptions = {
21
export const mongodbConfig: ConnectionOptions = {
22
"name": "mongodb",
23
"type": "mongodb",
24
25
"port": 27017,
26
"database": "test",
27
"entities": ["app/entity/mongo/*.ts"],
28
29
-};
+};
0 commit comments