mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
chore: remove prod api override
This commit is contained in:
parent
d18e09de30
commit
e3dd39412f
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue