Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GuticaStefan committed Aug 30, 2024
1 parent 17bb653 commit acc98dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
7 changes: 0 additions & 7 deletions config/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ apps:
port: integer
privatePort: integer
useCachingInterceptor: boolean
cacheWarmer:
port: integer
queueWorker:
port: integer
transactionsProcessor:
port: integer
maxLookBehind: integer
libs:
common:
network:
Expand Down
10 changes: 0 additions & 10 deletions libs/common/src/entities/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@ export interface Config {
privatePort: number;
useCachingInterceptor: boolean;
};
cacheWarmer: {
port: number;
};
queueWorker: {
port: number;
};
transactionsProcessor: {
port: number;
maxLookBehind: number;
};
};
libs: {
common: {
Expand Down

0 comments on commit acc98dc

Please sign in to comment.