25 lines
699 B
TypeScript
25 lines
699 B
TypeScript
// This file can be replaced during build by using the `fileReplacements` array.
|
|
// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
|
|
// The list of file replacements can be found in `angular.json`.
|
|
|
|
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",
|
|
},
|
|
};
|