Skip to content

Commit ec9e1d8

Browse files
Merge pull request #48 from CloudBreadPaPa/master
Resolve Issue #47 - add database.json file on config folder
2 parents aa53a5a + 11751d1 commit ec9e1d8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config/database.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)