mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
chore: use persistent config storage
This commit is contained in:
parent
77f9e87bd3
commit
33605efd0e
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue