Skip to content

Commit 263d084

Browse files
committed
fix(config): remove unused config
1 parent 97dfc85 commit 263d084

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

config/development.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,5 @@
66
"server": {
77
"port": 0,
88
"internalPort": 0
9-
},
10-
"connections": {
11-
"default": {
12-
"proxy": "http://localhost:9990"
13-
}
149
}
1510
}

src/config/schema.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
import type { BaseConfitSchema } from '@sesamecare-oss/confit';
22
import type { Level } from 'pino';
33

4-
export interface ServiceConfiguration {
5-
protocol?: string;
6-
port?: number;
7-
host?: string;
8-
basePath?: string;
9-
proxy?: string | false;
10-
}
11-
124
export interface ConfigurationItemEnabled {
135
enabled?: boolean;
146
}
@@ -71,5 +63,4 @@ export interface ConfigurationSchema extends BaseConfitSchema {
7163
// should be used when referring to this service, set it here.
7264
hostname?: string;
7365
};
74-
connections: Record<string, ServiceConfiguration>;
7566
}

0 commit comments

Comments
 (0)