chore: use persistent config storage

This commit is contained in:
izzy 2026-04-16 11:19:31 +01:00
parent 77f9e87bd3
commit 33605efd0e
No known key found for this signature in database

View File

@ -118,7 +118,7 @@ export class BaseModule implements OnModuleInit, OnModuleDestroy {
yuccaProductionApi: 'https://staging.fubar.computer',
// yuccaProductionApi: 'http://100.64.0.6:5173', // TODO
statePath: '/yucca', // TODO
statePath: '/data/yucca', // TODO
requireWsAuth: true,
requireLock: true,
}),
@ -134,7 +134,7 @@ export class ApiModule extends BaseModule {}
OrchestrationApiModule.forRoot({
yuccaProductionApi: 'https://staging.fubar.computer',
// yuccaProductionApi: 'http://100.64.0.6:5173', // TODO
statePath: '/yucca', // TODO
statePath: '/data/yucca', // TODO
externalBaseUrl: 'https://my.immich.app',
requireWsAuth: true,
requireLock: true,