Skip to content

Commit abaff12

Browse files
committed
Move sqlite to better place in database to logically group database stuff.
Update readme
1 parent 5ebc69a commit abaff12

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.env.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ AUTH_ROUTE="http://localhost:3333/tokeninfo"
2222
# DATABASE
2323
#
2424
DB_TYPE="sqlite"
25-
DB_DATABASE="./mydb.sql"
25+
DB_DATABASE="./src/database/mydb.sql"
2626
DB_LOGGING=false
2727

2828
#

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ The swagger and the monitor route can be altered in the `.env` file.
203203
| **src/database/factories** | Factory the generate fake entities |
204204
| **src/database/migrations** | Database migration scripts |
205205
| **src/database/seeds** | Seeds to create some data in the database |
206+
| **src/database/mydb.sql | SQLite database for integration tests |
206207
| **src/decorators/** | Custom decorators like @Logger & @EventDispatch |
207208
| **src/loaders/** | Loader is a place where you can configure your app |
208209
| **src/public/** | Static assets (fonts, css, js, img). |
Binary file not shown.

0 commit comments

Comments
 (0)