manuals, deploy, docs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import path from 'path'
|
||||
|
||||
const pe = process.env;
|
||||
/**
|
||||
* Configuration class
|
||||
*/
|
||||
@@ -54,13 +54,13 @@ class Config{
|
||||
* @type {boolean}
|
||||
* @memberof SiteOptions
|
||||
*/
|
||||
ssl: true,
|
||||
ssl: !!parseInt(pe.SRV_SSL),
|
||||
|
||||
/** Port to use
|
||||
* @type {Number}
|
||||
* @memberof SiteOptions
|
||||
*/
|
||||
port: 3000,
|
||||
port: pe.SRV_PORT,
|
||||
|
||||
/**
|
||||
* @class Certificate data
|
||||
|
||||
Reference in New Issue
Block a user