open-learning-exchange/planet

View on GitHub
src/environments/environment.prod.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const environment = {
  production: true,
  test: false,
  // Change this to Docker address
  // couchAddress: 'planet-db-host:planet-db-port/',
  chatAddress: window.location.origin + '/ml/',
  couchAddress: window.location.origin + '/db',
  centerAddress: 'planet-center-address',
  uplanetAddress: 'https://planet.gt',
  centerProtocol: 'https',
  parentProtocol: 'planet-parent-protocol',
  uPlanetCode: 'guatemala',
  uParentCode: 'guatemala@earth',
  upgradeAddress: window.location.origin + '/upgrade',
  syncAddress: 'planet-sync-address'
};