mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04:00
Support 'host' & 'path' config options
Signed-off-by: Miranda Kastemaa <miranda@foldplop.com>
This commit is contained in:
parent
23bd1a18bb
commit
70e8df5c04
4 changed files with 20 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
module.exports = {
|
||||
domain: '',
|
||||
urlPath: '',
|
||||
host: '0.0.0.0',
|
||||
port: 3000,
|
||||
urlAddPort: false,
|
||||
allowOrigin: ['localhost'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue