Compare commits

..

No commits in common. "5979d8a1f934f45a6370632eff6a9afb856b0fc6" and "ca69969dadd4fbf250480ad65b017e65dd804036" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ Type=exec
Environment=NODE_ENV=production Environment=NODE_ENV=production
Restart=always Restart=always
RestartSec=2s RestartSec=2s
ExecStart=yarn start --production ExecStart=/opt/hedgedoc/node_modules/yarn/bin/yarn start --production
CapabilityBoundingSet= CapabilityBoundingSet=
NoNewPrivileges=true NoNewPrivileges=true
PrivateDevices=true PrivateDevices=true

View file

@ -84,7 +84,7 @@ nodes['htz-cloud.miniserver'] = {
}, },
}, },
'hedgedoc': { 'hedgedoc': {
'version': '1.9.3', 'version': '1.9.2',
'config': { 'config': {
'production': { 'production': {
'allowAnonymousEdits': True, 'allowAnonymousEdits': True,