Delete a bunhc of environment vars we don't care about.

This commit is contained in:
Daniel Krol 2022-04-09 16:07:30 -04:00
parent a9b3a683c4
commit 8b28bd35ff
2 changed files with 2 additions and 34 deletions

View file

@ -1,20 +1,4 @@
export const environment = {
production: true,
uploadImageHostname: "node.deso.org",
verificationEndpointHostname: "https://node.deso.org",
uploadVideoHostname: "node.deso.org",
identityURL: "https://identity.deso.org",
supportEmail: "",
dd: {
apiKey: "DCEB26AC8BF47F1D7B4D87440EDCA6",
},
amplitude: {
key: "",
domain: "",
},
node: {
id: 1,
name: "DeSo",
url: "https://node.deso.org",
},
identityURL: "http://localhost:4201",
};

View file

@ -5,21 +5,5 @@
export const environment = {
production: false,
backendHostname: 'localhost:8090',
uploadImageHostname: "node.deso.org",
verificationEndpointHostname: "https://node.deso.org",
uploadVideoHostname: "node.deso.org",
identityURL: "https://identity.deso.org",
supportEmail: "",
dd: {
apiKey: "DCEB26AC8BF47F1D7B4D87440EDCA6",
},
amplitude: {
key: "",
domain: "",
},
node: {
id: 1,
name: "DeSo",
url: "https://node.deso.org",
},
identityURL: "http://localhost:4201",
};