mirror of https://github.com/TriliumNext/Notes
server-ts: Port services/host
parent
dbccf6b433
commit
45cb7ced2c
@ -1,3 +0,0 @@
|
||||
const config = require('./config');
|
||||
|
||||
module.exports = process.env.TRILIUM_HOST || config['Network']['host'] || '0.0.0.0';
|
||||
@ -0,0 +1,3 @@
|
||||
import config = require('./config');
|
||||
|
||||
export = process.env.TRILIUM_HOST || config['Network']['host'] || '0.0.0.0';
|
||||
Loading…
Reference in New Issue