This commit is contained in:
Matthew Raymer
2023-09-11 06:11:16 -04:00
parent bcb636c150
commit fdbf0e3b9c

View File

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