mirror of
https://github.com/immich-app/immich.git
synced 2026-06-05 05:35:21 -04:00
chore: use persistent config storage
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user