Merge branch 'master' into commercial

This commit is contained in:
AJ ONeal 2018-06-14 21:14:16 +00:00
commit f704a9fa19
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ ProtectSystem=full
# and /var/log/gitea because we want a place where logs can go.
# This merely retains r/w access rights, it does not add any new.
# Must still be writable on the host!
ReadWriteDirectories=/opt/telebit-relay /etc/telebit
ReadWriteDirectories=/opt/telebit-relay
# Note: in v231 and above ReadWritePaths has been renamed to ReadWriteDirectories
; ReadWritePaths=/opt/telebit-relay /etc/telebit

View File

@ -53,7 +53,7 @@
"sni": "^1.0.0",
"ws": "^5.1.1"
},
"engineStrict" : true,
"engineStrict": true,
"engines": {
"node": "10.2.1"
}