This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
universal-statuspage/src/environments/environment.prod.ts

5 lines
89 B
TypeScript

export const environment = {
production: true,
serverUrl: 'http://localhost:4000'
};