Skip to content

Start configuration file

ogavb edited this page Jul 25, 2023 · 2 revisions

General configurations

Title: General configurations

Type object
Additional properties [Not allowed]

Description: Configurations with which you can customize the startup of LoIDE are described below.

Property Pattern Type Title/Description
- loide_url No string LoIDE URL
+ max_age No number HSTS max age
+ port No object Ports configuration object
- path No object Paths configuration object

1. [Optional] Property General configurations > loide_url

Title: LoIDE URL

Type string
Format url

Description: Parameter indicating url of the application. Userful for SEO purpose.

2. [Required] Property General configurations > max_age

Title: HSTS max age

Type number

Description: This property specifies HTTP Strict Transport Security max age.

Restrictions
Minimum ≥ 0

3. [Required] Property General configurations > port

Title: Ports configuration object

Type object
Additional properties [Not allowed]

Description: This object contains information about ports that are listened to for the different protocols.

Property Pattern Type Title/Description
+ http No number HTTP port requests
- https No number HTTPS port requests

3.1. [Required] Property General configurations > port > http

Title: HTTP port requests

Type number

Description: This property sets the port that is listened for HTTP requestes.

Restrictions
Minimum ≥ 0
Maximum ≤ 65535

3.2. [Optional] Property General configurations > port > https

Title: HTTPS port requests

Type number

Description: This property sets the port that is listened for HTTPS requestes.

Restrictions
Minimum ≥ 0
Maximum ≤ 65535

4. [Optional] Property General configurations > path

Title: Paths configuration object

Type object
Additional properties [Not allowed]

Description: This object contains information about paths to be used for the various configurations.

Property Pattern Type Title/Description
+ key No string HTTPS key
+ cert No string HTTPS certificate

4.1. [Required] Property General configurations > path > key

Title: HTTPS key

Type string
Format uri-reference

Description: This property specifies the path for the HTTPS key.

4.2. [Required] Property General configurations > path > cert

Title: HTTPS certificate

Type string
Format uri-reference

Description: This property specifies the path for the HTTPS certificate.


Generated using json-schema-for-humans