store session secret in file

This commit is contained in:
azivner
2017-10-23 23:38:52 -04:00
parent 2df7940392
commit 10b94f3a7d
3 changed files with 30 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
"use strict";
const os = require('os');
const fs = require('fs');