-
Notifications
You must be signed in to change notification settings - Fork 5
Start configuration file
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 |
Title: LoIDE URL
Type | string |
---|---|
Format | url |
Description: Parameter indicating url of the application. Userful for SEO purpose.
Title: HSTS max age
Type | number |
---|
Description: This property specifies HTTP Strict Transport Security max age.
Restrictions | |
---|---|
Minimum | ≥ 0 |
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 |
Title: HTTP port requests
Type | number |
---|
Description: This property sets the port that is listened for HTTP requestes.
Restrictions | |
---|---|
Minimum | ≥ 0 |
Maximum | ≤ 65535 |
Title: HTTPS port requests
Type | number |
---|
Description: This property sets the port that is listened for HTTPS requestes.
Restrictions | |
---|---|
Minimum | ≥ 0 |
Maximum | ≤ 65535 |
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 |
Title: HTTPS key
Type | string |
---|---|
Format | uri-reference |
Description: This property specifies the path for the HTTPS key.
Title: HTTPS certificate
Type | string |
---|---|
Format | uri-reference |
Description: This property specifies the path for the HTTPS certificate.
Generated using json-schema-for-humans