File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 6
6
"server" : {
7
7
"port" : 0 ,
8
8
"internalPort" : 0
9
- },
10
- "connections" : {
11
- "default" : {
12
- "proxy" : " http://localhost:9990"
13
- }
14
9
}
15
10
}
Original file line number Diff line number Diff line change 1
1
import type { BaseConfitSchema } from '@sesamecare-oss/confit' ;
2
2
import type { Level } from 'pino' ;
3
3
4
- export interface ServiceConfiguration {
5
- protocol ?: string ;
6
- port ?: number ;
7
- host ?: string ;
8
- basePath ?: string ;
9
- proxy ?: string | false ;
10
- }
11
-
12
4
export interface ConfigurationItemEnabled {
13
5
enabled ?: boolean ;
14
6
}
@@ -71,5 +63,4 @@ export interface ConfigurationSchema extends BaseConfitSchema {
71
63
// should be used when referring to this service, set it here.
72
64
hostname ?: string ;
73
65
} ;
74
- connections : Record < string , ServiceConfiguration > ;
75
66
}
You can’t perform that action at this time.
0 commit comments