mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03: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: 'https://staging.fubar.computer',
|
||||||
// yuccaProductionApi: 'http://100.64.0.6:5173', // TODO
|
// yuccaProductionApi: 'http://100.64.0.6:5173', // TODO
|
||||||
statePath: '/yucca', // TODO
|
statePath: '/data/yucca', // TODO
|
||||||
requireWsAuth: true,
|
requireWsAuth: true,
|
||||||
requireLock: true,
|
requireLock: true,
|
||||||
}),
|
}),
|
||||||
@@ -134,7 +134,7 @@ export class ApiModule extends BaseModule {}
|
|||||||
OrchestrationApiModule.forRoot({
|
OrchestrationApiModule.forRoot({
|
||||||
yuccaProductionApi: 'https://staging.fubar.computer',
|
yuccaProductionApi: 'https://staging.fubar.computer',
|
||||||
// yuccaProductionApi: 'http://100.64.0.6:5173', // TODO
|
// yuccaProductionApi: 'http://100.64.0.6:5173', // TODO
|
||||||
statePath: '/yucca', // TODO
|
statePath: '/data/yucca', // TODO
|
||||||
externalBaseUrl: 'https://my.immich.app',
|
externalBaseUrl: 'https://my.immich.app',
|
||||||
requireWsAuth: true,
|
requireWsAuth: true,
|
||||||
requireLock: true,
|
requireLock: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user