Initial commit
This commit is contained in:
8
src/environments/environment.development.ts
Normal file
8
src/environments/environment.development.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export const environment = {
|
||||
apiEndpoint: "http://localhost:12230",
|
||||
version: "testing",
|
||||
vapid: {
|
||||
pubkey: ""
|
||||
},
|
||||
production: false
|
||||
};
|
||||
Reference in New Issue
Block a user