switched from mysql to sqlite (closes #1) #2
Merged
inga-lovinde
merged 1 commits from feat-1-switch-to-sqlite
into main
10 months ago
@ -1,11 +1,8 @@ |
||||
{ |
||||
"type": "mysql", |
||||
"host": "", |
||||
"port": 3306, |
||||
"username": "", |
||||
"password": "", |
||||
"database": "tryout_backend", |
||||
"type": "sqlite", |
||||
"database": "payments.db", |
||||
"entities": ["dist/**/*.entity{.ts,.js}"], |
||||
"migrations": ["src/migrations/*.ts"], |
||||
"synchronize": false |
||||
} |
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue