Merge pull request 'switched from mysql to sqlite (closes #1)' (#2) from feat-1-switch-to-sqlite into main
Reviewed-on: #2pull/4/head
commit
0fe914be2b
@ -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