Commits

Giuseppe Digilio authored 3c2f26f6c18
[CST-5535] Add environment configuration for Actuators
No tags

src/config/actuators.config.ts

Added
1 +import { Config } from './config.interface';
2 +
3 +/**
4 + * Config that determines the spring Actuators options
5 + */
6 +export class ActuatorsConfig implements Config {
7 + /**
8 + * The endpoint path
9 + */
10 + public endpointPath: string;
11 +}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut