mirror of
https://github.com/docmost/docmost.git
synced 2025-11-18 20:01:10 +10:00
add env variable (#513)
This commit is contained in:
@ -122,6 +122,10 @@ export class EnvironmentService {
|
||||
return this.configService.get<string>('POSTMARK_TOKEN');
|
||||
}
|
||||
|
||||
getDrawioUrl(): string {
|
||||
return this.configService.get<string>('DRAWIO_URL');
|
||||
}
|
||||
|
||||
isCloud(): boolean {
|
||||
const cloudConfig = this.configService
|
||||
.get<string>('CLOUD', 'false')
|
||||
|
||||
Reference in New Issue
Block a user