Made program generate SSL

This commit is contained in:
2025-04-15 16:14:04 +02:00
parent 7519f21389
commit a5824f8b51
7 changed files with 39 additions and 56 deletions

View File

@@ -1,8 +1,6 @@
export const environment = {
apiEndpoint: `https://${process.env['ORIGIN']}/api`,
apiEndpoint: `${window.location.origin}/api`,
version: "v1.0.0",
vapid: {
pubkey: `${process.env['VAPID']}`
},
vapid: { pubkey: "" },
production: true
};