chore: remove prod api override

This commit is contained in:
izzy
2026-06-19 13:17:05 +01:00
parent d18e09de30
commit e3dd39412f
-2
View File
@@ -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,