juice-shop/juice-shop

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

Summary

Maintainability
A
0 mins
Test Coverage
/*
 * Copyright (c) 2014-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
 * SPDX-License-Identifier: MIT
 */

export const environment = {
  production: true,
  hostServer: '.'
}