Initial commit
This commit is contained in:
8
src/environments/environment.ts
Normal file
8
src/environments/environment.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export const environment = {
|
||||
apiEndpoint: `https://${process.env['ORIGIN']}/api`,
|
||||
version: "v1.0.0",
|
||||
vapid: {
|
||||
pubkey: `${process.env['VAPID']}`
|
||||
},
|
||||
production: true
|
||||
};
|
||||
Reference in New Issue
Block a user