Skip to content

Commit

Permalink
Merge pull request #48 from CloudBreadPaPa/master
Browse files Browse the repository at this point in the history
Resolve Issue #47 - add database.json file on config folder
  • Loading branch information
CloudBreadPaPa authored Nov 7, 2016
2 parents aa53a5a + 11751d1 commit ec9e1d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/database.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"username": "YOUR_AZURE_SQL_DB_LOGON_ID",
"password": "YOUR_PASSWORD",
"database": "YOUR_DATABASE_NAME",
"host": "YOUR_HOSTNAME.database.windows.net",
"port": 1443,
"dialect": "mssql",
"pool": { "max": 5, "min": 0, "idle": 10000 }
}

0 comments on commit ec9e1d8

Please sign in to comment.