manuals, deploy, docs

This commit is contained in:
2024-11-29 19:13:53 +02:00
parent 824249ed75
commit e264956831
11 changed files with 310 additions and 21 deletions
+3 -3
View File
@@ -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