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.
2 parents aa53a5a + 11751d1 commit ec9e1d8Copy full SHA for ec9e1d8
config/database.json
@@ -0,0 +1,9 @@
1
+{
2
+ "username": "YOUR_AZURE_SQL_DB_LOGON_ID",
3
+ "password": "YOUR_PASSWORD",
4
+ "database": "YOUR_DATABASE_NAME",
5
+ "host": "YOUR_HOSTNAME.database.windows.net",
6
+ "port": 1443,
7
+ "dialect": "mssql",
8
+ "pool": { "max": 5, "min": 0, "idle": 10000 }
9
+}
0 commit comments