Версия 0.5.1, поправки для работы на продакшене

This commit is contained in:
Book Pauk
2019-02-28 00:06:16 +07:00
parent 7b5915cdf7
commit cc66c7f5ce
3 changed files with 3 additions and 3 deletions

View File

@@ -162,7 +162,7 @@ const settingDefaults = {
addEmptyParagraphs: 0, addEmptyParagraphs: 0,
blinkCachedLoad: true, blinkCachedLoad: true,
showImages: true, showImages: true,
showInlineImagesInCenter: false, showInlineImagesInCenter: true,
imageHeightLines: 100, imageHeightLines: 100,
imageFitWidth: true, imageFitWidth: true,

View File

@@ -1 +1 @@
sudo -u www-data /home/liberama/liberama export HOME=/var/www; sudo -u www-data /home/liberama/liberama

View File

@@ -1,6 +1,6 @@
{ {
"name": "Liberama", "name": "Liberama",
"version": "0.5.0", "version": "0.5.1",
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
}, },