|
@ -15,7 +15,7 @@ class DBService { |
|
|
private constructor() { |
|
|
private constructor() { |
|
|
this.dataSource = new DataSource({ |
|
|
this.dataSource = new DataSource({ |
|
|
type: "sqlite", |
|
|
type: "sqlite", |
|
|
database: "data/push_server", |
|
|
database: "/usr/src/app/data/push_server", |
|
|
entities: [VapidKeys, Subscription], |
|
|
entities: [VapidKeys, Subscription], |
|
|
synchronize: true |
|
|
synchronize: true |
|
|
}); |
|
|
}); |
|
|