Skip to content

Commit

Permalink
N21-2103 fix configs
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonNicholasCap committed Dec 20, 2024
1 parent 009a024 commit 72c6ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export interface VidisSyncConfig {
VIDIS_SYNC_REGION: string | undefined;
VIDIS_SYNC_REGION?: string;
}
2 changes: 1 addition & 1 deletion apps/server/src/infra/vidis-client/vidis-client-config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export interface VidisClientConfig {
VIDIS_API_CLIENT_BASE_URL: string | undefined;
VIDIS_API_CLIENT_BASE_URL?: string;
}

0 comments on commit 72c6ce2

Please sign in to comment.