environment.prod.ts 105 B

1234
  1. export const environment = {
  2. production: true,
  3. productionApiUrl: "http://192.168.98.146:8000/api"
  4. };