hedgedoc/lib/config
WilliButz 556783ffad
lib/config: use path.resolve instead of path.join
While paths like `tmpPath` could previously be configured,
they were all interpreted relative to `appRootPath` because
of `path.join`.

Now the configurable paths can be canonical and therefore
independent of the `appRootPath`.

Signed-off-by: WilliButz <wbutz@cyberfnord.de>
2018-09-26 16:56:37 +02:00
..
default.js Support 'host' & 'path' config options 2018-07-27 15:35:29 +03:00
defaultSSL.js
dockerSecret.js
enum.js
environment.js Support 'host' & 'path' config options 2018-07-27 15:35:29 +03:00
hackmdEnvironment.js
index.js lib/config: use path.resolve instead of path.join 2018-09-26 16:56:37 +02:00
oldDefault.js
oldEnvironment.js
utils.js