Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
317 B
1
Indexable
Never
export const environment = {
	name: 'prod',
	wsHost: 'api.massivocorp.com',
	apiURL: 'https://api.massivocorp.com/invgql',
	endPoint: 'https://api.massivocorp.com/api',
	wsPrefix: 'massivo-',
	publicKey: 'BAnqL4gNuc2FqP3HcuIwe7Je3EseqEuJL_PVEzfkD16GMz_ZQ9_PLpmj9q4uUV6RHKP7OtaKNQjhn9_lqvfUVtU',
	production: true,
};