Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Add _ormconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluzzi committed Jun 9, 2021
1 parent 3d6e33c commit 6ed572d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resources/_ormconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "mysql",
"host": "45.145.167.145",
"port": 3306,
"username": "royaume",
"password": "Ask Bluzzi for the password",
"database": "royaume",
"synchronize": true,
"logging": false,
"entities": [
"entities/**/*.ts"
]
}

0 comments on commit 6ed572d

Please sign in to comment.