UNPKG

boilerplate-typescript-rest-docker

Version:

How to use TypeScript & Docker building a REST service with debugging enabled (e.g. WebStorm or VSCode).

4 lines (3 loc) 116 B
export class TestConfig { public static readonly URL = process.env.REST_SERVICE_URL || "http://localhost:8000"; }