mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-18 00:02:28 +08:00
4 lines
115 B
TypeScript
4 lines
115 B
TypeScript
![]() |
import config = require('./config');
|
||
|
|
||
|
export = process.env.TRILIUM_HOST || config['Network']['host'] || '0.0.0.0';
|