mirror of
https://github.com/immich-app/immich.git
synced 2026-04-25 10:39:50 -04:00
chore: use persistent config storage
This commit is contained in:
parent
77f9e87bd3
commit
33605efd0e
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user