mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 00:35:50 +01:00
backend ported to node.js (work in progress)
This commit is contained in:
6
node/config.js
Normal file
6
node/config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const ini = require('ini');
|
||||
const fs = require('fs');
|
||||
|
||||
const config = ini.parse(fs.readFileSync('../config.ini', 'utf-8'));
|
||||
|
||||
module.exports = config;
|
||||
Reference in New Issue
Block a user