mirror of
https://github.com/docmost/docmost.git
synced 2026-05-20 16:44:05 +08:00
@@ -277,4 +277,14 @@ export class EnvironmentService {
|
||||
'http://localhost:11434',
|
||||
);
|
||||
}
|
||||
|
||||
getEventStoreDriver(): string {
|
||||
return this.configService
|
||||
.get<string>('EVENT_STORE_DRIVER', 'postgres')
|
||||
.toLowerCase();
|
||||
}
|
||||
|
||||
getClickHouseUrl(): string {
|
||||
return this.configService.get<string>('CLICKHOUSE_URL');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user