switched from mysql to sqlite (closes #1)
parent
8b6669b296
commit
76f2ffefab
@ -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