From e3dd39412faa1e57c8a992178eaca8d951f46ef7 Mon Sep 17 00:00:00 2001 From: izzy Date: Fri, 19 Jun 2026 13:17:05 +0100 Subject: [PATCH] chore: remove prod api override --- server/src/app.module.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/src/app.module.ts b/server/src/app.module.ts index bf9a364387..6f90149c71 100644 --- a/server/src/app.module.ts +++ b/server/src/app.module.ts @@ -115,7 +115,6 @@ export class BaseModule implements OnModuleInit, OnModuleDestroy { ...commonImports, ScheduleModule.forRoot(), OrchestrationApiModule.forRoot({ - yuccaProductionApi: 'https://staging.fubar.computer', // TODO[YUCCA]: remove to load from futo.cloud/.well-known statePath: yuccaStatePath, requireWsAuth: true, requireLock: true, @@ -131,7 +130,6 @@ export class ApiModule extends BaseModule {} imports: [ ...commonImports, OrchestrationApiModule.forRoot({ - yuccaProductionApi: 'https://staging.fubar.computer', // TODO[YUCCA]: remove to load from futo.cloud/.well-known statePath: yuccaStatePath, externalBaseUrl: 'https://my.immich.app', requireWsAuth: true,