Delete a bunhc of environment vars we don't care about.
This commit is contained in:
parent
a9b3a683c4
commit
8b28bd35ff
2 changed files with 2 additions and 34 deletions
|
@ -1,20 +1,4 @@
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
uploadImageHostname: "node.deso.org",
|
identityURL: "http://localhost:4201",
|
||||||
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",
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
|
@ -5,21 +5,5 @@
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
backendHostname: 'localhost:8090',
|
backendHostname: 'localhost:8090',
|
||||||
uploadImageHostname: "node.deso.org",
|
identityURL: "http://localhost:4201",
|
||||||
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",
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue