From 33605efd0eb9d6461eec99689cce461b1e8dfcc2 Mon Sep 17 00:00:00 2001 From: izzy Date: Thu, 16 Apr 2026 11:19:31 +0100 Subject: [PATCH] chore: use persistent config storage --- server/src/app.module.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/app.module.ts b/server/src/app.module.ts index 86fcefa5fd..ba0a9d6824 100644 --- a/server/src/app.module.ts +++ b/server/src/app.module.ts @@ -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,