mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 03:27:05 -04:00
Add support of saving note revision and improve app start and stop procedure to ensure data integrity
This commit is contained in:
parent
56b4739e6d
commit
dbc126b156
7 changed files with 366 additions and 24 deletions
|
@ -78,7 +78,7 @@ function getserverurl() {
|
|||
}
|
||||
|
||||
var version = '0.4.2';
|
||||
var maintenance = config.maintenance || false;
|
||||
var maintenance = true;
|
||||
var cwd = path.join(__dirname, '..');
|
||||
|
||||
module.exports = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue