TileGeneration Configuration Reference¶
TileCloud-chain configuration¶
https://raw.githubusercontent.com/camptocamp/tilecloud-chain/master/tilecloud_chain/schema.json |
|||
type |
object |
||
properties |
|||
|
Defaults |
||
Used to put YAML references |
|||
type |
object |
||
|
Grids |
||
The WMTS grid definitions by grid name, see https://github.com/camptocamp/tilecloud-chain/blob/master/tilecloud_chain/USAGE.rst#configure-grids |
|||
type |
object |
||
additionalProperties |
|||
|
Caches |
||
The tiles caches definitions by name, see https://github.com/camptocamp/tilecloud-chain/blob/master/tilecloud_chain/USAGE.rst#configure-caches |
|||
type |
object |
||
additionalProperties |
|||
|
Layers |
||
The layers definitions by name, see https://github.com/camptocamp/tilecloud-chain/blob/master/tilecloud_chain/USAGE.rst#configure-layers |
|||
type |
object |
||
additionalProperties |
|||
|
Process |
||
List of available commands by name, see https://github.com/camptocamp/tilecloud-chain/blob/master/tilecloud_chain/USAGE.rst#process |
|||
type |
object |
||
additionalProperties |
|||
|
|||
|
SQS |
||
The Simple Queue Service configuration |
|||
type |
object |
||
properties |
|||
|
Queue |
||
The queue name, default is ‘tilecloud’ |
|||
type |
string |
||
|
|||
additionalProperties |
False |
||
|
SNS |
||
The Simple Notification Service configuration, see https://github.com/camptocamp/tilecloud-chain/blob/master/tilecloud_chain/USAGE.rst#configure-sns |
|||
type |
object |
||
properties |
|||
|
Topic |
||
The topic |
|||
type |
string |
||
|
|||
additionalProperties |
False |
||
|
|||
|
OpenLayers |
||
Configuration used to generate the OpenLayers example page |
|||
type |
object |
||
properties |
|||
|
SRS |
||
The projection code |
|||
type |
string |
||
pattern |
^EPSG:[0-9]+$ |
||
default |
EPSG:2056 |
||
|
The proj4js definition |
||
The proj4js definition, get it from https://epsg.io/ |
|||
type |
string |
||
default |
+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=2600000 +y_0=1200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs |
||
|
Center x |
||
The center easting |
|||
type |
number |
||
default |
2600000 |
||
|
Center y |
||
The center northing |
|||
type |
number |
||
default |
1200000 |
||
|
Map initial zoom |
||
The initial zoom |
|||
type |
number |
||
default |
3 |
||
additionalProperties |
False |
||
|
|||
|
|||
|
|||
|
|||
|
|||
additionalProperties |
False |
Headers¶
The headers that we send to the WMS backend
type |
object |
|
additionalProperties |
The header value |
|
type |
string |
Grid¶
The WMTS grid definition, see https://github.com/camptocamp/tilecloud-chain/blob/master/tilecloud_chain/USAGE.rst#configure-grids
type |
object |
||
properties |
|||
|
Resolution scale |
||
The scale used to build a FreeTileGrid typically ‘2’ |
|||
type |
integer |
||
|
Resolutions |
||
The resolutions in pixel per meter |
|||
type |
array |
||
items |
type |
number |
|
|
Bounding box |
||
The bounding box in meter |
|||
type |
array |
||
maxLength |
4 |
||
minLength |
4 |
||
items |
type |
number |
|
|
SRS |
||
The projection reference |
|||
type |
string |
||
pattern |
^EPSG:[0-9]+$ |
||
|
Proj4 literal |
||
The Proj4 definition |
|||
type |
string |
||
|
Unit |
||
The projection unit, default is ‘m’ |
|||
type |
string |
||
default |
m |
||
|
Tile size |
||
The tile size in pixel, default is 256 |
|||
type |
integer |
||
default |
256 |
||
|
Matrix identifier |
||
The identifier to use in the tiles URL, recommend to be resolution (default) |
|||
type |
string |
||
enum |
zoom, resolution |
||
default |
zoom |
||
additionalProperties |
False |
Cache WMST capabilities file¶
The generated WMTS capabilities file name (by ‘default 1.0.0/WMTSCapabilities.xml’)
type |
string |
Cache HTTP URL¶
The HTTP URL %host will be replaces by one of the hosts
type |
string |
Cache host¶
The host used to build the HTTP URLs
type |
array |
|
items |
type |
string |
Cache HTTP URLs¶
type |
array |
|
items |
type |
string |
Cache folder¶
The root folder of the cache, default is ‘’
type |
string |
default |
Cache filesystem¶
type |
object |
|
properties |
||
|
const |
filesystem |
|
||
|
||
|
||
|
||
|
||
additionalProperties |
type |
string |
Cache S3¶
type |
object |
|
properties |
||
|
const |
s3 |
|
||
|
||
|
||
|
||
|
Tiles URL |
|
The template tiles URL on S3, the argument can be region, bucket and folder (default is ‘http://s3-{region}.amazonaws.com/{bucket}/{folder}’) |
||
type |
string |
|
|
Host |
|
The S3 host, default is ‘s3-eu-west-1.amazonaws.com’ |
||
type |
string |
|
|
Bucket |
|
The S3 bucker name |
||
type |
string |
|
|
||
|
Cache control |
|
The Cache-Control used to store tiles on S3 |
||
type |
string |
|
|
||
additionalProperties |
type |
string |
Cache Azure¶
Azure Blob Storage
type |
object |
|
properties |
||
|
const |
azure |
|
||
|
||
|
||
|
||
|
||
|
Container |
|
The Azure container name |
||
type |
string |
|
|
Cache control |
|
The Cache-Control used to store tiles on Azure |
||
type |
string |
|
additionalProperties |
type |
string |
Cache MBtiles¶
type |
object |
|
properties |
||
|
const |
mbtiles |
|
||
|
||
|
||
|
||
|
||
additionalProperties |
type |
string |
Cache BSDDB¶
type |
object |
|
properties |
||
|
const |
bsddb |
|
||
|
||
|
||
|
||
|
||
additionalProperties |
type |
string |
Cache¶
The tiles cache definition, see https://github.com/camptocamp/tilecloud-chain/blob/master/tilecloud_chain/USAGE.rst#configure-caches
anyOf |
|
Layer title¶
The title, use to generate the capabilities
type |
string |
Layer grid¶
The used grid name
type |
string |
Layer bounding box¶
The bounding box where we will generate the tiles
type |
array |
|
maxLength |
4 |
|
minLength |
4 |
|
items |
type |
number |
layer min resolution seed¶
The minimum resolutions to pre-generate
type |
number |
Layer pixel buffer¶
The buffer in pixel used to calculate geometry intersection, default is 0
type |
integer |
default |
0 |
Layer meta¶
Use meta-tiles, default is False, see https://github.com/camptocamp/tilecloud-chain/blob/master/tilecloud_chain/USAGE.rst#meta-tiles
type |
boolean |
default |
False |
Layer meta size¶
The meta-tile size in tiles, default is 5
type |
integer |
Layer meta buffer¶
The meta-tiles buffer in pixels, default is 128
type |
integer |
Layer layers¶
The WMS layers
type |
string |
Layer WMTS style¶
The WMTS style
type |
string |
pattern |
^[a-zA-Z0-9_\-\+~\.]+$ |
Layer MIME type¶
The MIME type of the tiles
type |
string |
pattern |
^[a-zA-Z0-9!#$%^&\*_\-\+{}\|’.`~]+/[a-zA-Z0-9!#$%^&\*_\-\+{}\|’.`~]+$ |
Layer extension¶
The layer extension
type |
string |
Layer dimension name¶
The dimension name
type |
string |
pattern |
^(?!(?i)(SERVICE|VERSION|REQUEST|LAYERS|STYLES|SRS|CRS|BBOX|WIDTH|HEIGHT|FORMAT|BGCOLOR|TRANSPARENT|SLD|EXCEPTIONS|SALT))[a-z0-9_\-~\.]+$ |
layer dimensions¶
The WMTS dimensions
type |
array |
|||
items |
type |
object |
||
properties |
||||
|
||||
|
Generate |
|||
The values that should be generate |
||||
type |
array |
|||
items |
type |
string |
||
pattern |
^[a-zA-Z0-9_\-\+~\.]+$ |
|||
|
Values |
|||
The values present in the capabilities |
||||
type |
array |
|||
items |
type |
string |
||
pattern |
^[a-zA-Z0-9_\-\+~\.]+$ |
|||
|
Default |
|||
The default value present in the capabilities |
||||
type |
string |
|||
pattern |
^[a-zA-Z0-9_\-\+~\.]+$ |
|||
additionalProperties |
False |
Layer legends¶
The provided legend
type |
array |
||
items |
type |
object |
|
properties |
|||
|
MIME type |
||
The mime type used in the WMS request |
|||
type |
string |
||
pattern |
^[a-zA-Z0-9!#$%^&\*_\-\+{}\|’.`~]+/[a-zA-Z0-9!#$%^&\*_\-\+{}\|’.`~]+$ |
||
|
Href |
||
The URL of the legend image |
|||
type |
string |
||
|
Width |
||
The width of the legend image |
|||
type |
string |
||
|
Height |
||
The height of the legend image |
|||
type |
string |
||
|
Min scale |
||
The max scale of the legend image |
|||
type |
string |
||
|
Max scale |
||
The max scale of the legend image |
|||
type |
string |
||
|
Min resolution |
||
The max resolution of the legend image |
|||
type |
string |
||
|
Max resolution |
||
The max resolution of the legend image |
|||
type |
string |
||
additionalProperties |
False |
Layer legend MIME¶
The mime type used to store the generated legend
type |
string |
pattern |
^[a-zA-Z0-9!#$%^&\*_\-\+{}\|’.`~]+/[a-zA-Z0-9!#$%^&\*_\-\+{}\|’.`~]+$ |
Layer legend extension¶
The extension used to store the generated legend
type |
string |
pattern |
^[a-zA-Z0-9]+$ |
Layer pre hash post process¶
Do an image post process before the empty hash check
type |
string |
Layer post process¶
Do an image post process after the empty hash check
type |
string |
Layer geometries¶
The geometries used to determine where we should create the tiles, see https://github.com/camptocamp/tilecloud-chain/blob/master/tilecloud_chain/USAGE.rst#configure-geomsql
type |
array |
||
items |
type |
object |
|
properties |
|||
|
Connection |
||
The PostgreSQL connection string |
|||
type |
string |
||
|
SQL |
||
The SQL query that get the geometry in geom e.g. ‘the_geom AS geom FROM my_table’ |
|||
type |
string |
||
|
Min resolution |
||
The min resolution where the query is valid |
|||
type |
number |
||
|
Max resolution |
||
The max resolution where the query is valid |
|||
type |
number |
||
additionalProperties |
False |
Layer empty tile detection¶
The rules used to detect the empty tiles, use generate-tiles –get-hash to get what we can use, see https://github.com/camptocamp/tilecloud-chain/blob/master/tilecloud_chain/USAGE.rst#configure-hash
type |
object |
|
properties |
||
|
Title |
|
The tile size |
||
type |
integer |
|
|
Hash |
|
The tile hash |
||
type |
string |
|
additionalProperties |
False |
Layer empty meta-tile detection¶
The rules used to detect the empty meta-tiles, use generate-tiles –get-hash to get what we can use, see https://github.com/camptocamp/tilecloud-chain/blob/master/tilecloud_chain/USAGE.rst#configure-hash
type |
object |
|
properties |
||
|
Size |
|
The meta-tile size |
||
type |
integer |
|
|
Hash |
|
The meta-tile hash |
||
type |
string |
|
additionalProperties |
False |
Layer cost¶
The rules used to calculate the cost
type |
object |
|
properties |
||
|
tile only generation time |
|
The time to generate a tile without meta-tile |
||
type |
number |
|
default |
40 |
|
|
tile generation time |
|
The time to generate a tile from the meta-tile |
||
type |
number |
|
default |
30 |
|
|
Meta tile generation time |
|
The time to generate a meta-tile |
||
type |
number |
|
default |
30 |
|
|
Tile size |
|
The tile mean size in bytes |
||
type |
number |
|
default |
20 |
|
additionalProperties |
False |
Layer WMS¶
type |
object |
||
properties |
|||
|
const |
wms |
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
default |
5 |
|
|
default |
128 |
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
URL |
||
The WMS service URL |
|||
type |
string |
||
|
Generate salt |
||
Should generate a salt to drop the cache, default is False |
|||
type |
boolean |
||
|
Query layers |
||
The layers use for query (To be used with the server) |
|||
type |
string |
||
|
Info formats |
||
The query info format |
|||
type |
array |
||
items |
type |
string |
|
|
Parameters |
||
Additional parameters to the WMS query (like dimension) |
|||
type |
object |
||
additionalProperties |
The parameter value |
||
type |
string |
||
|
|||
|
Version |
||
The used WMS version (default is ‘1.1.1’) |
|||
type |
string |
||
additionalProperties |
False |
Layer Mapnik¶
type |
object |
|||
properties |
||||
|
const |
mapnik |
||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
default |
1 |
||
|
default |
0 |
||
|
default |
__all__ |
||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
MapFile |
|||
The Mapnik map file |
||||
type |
string |
|||
|
Data buffer |
|||
The data buffer, default is 128 |
||||
type |
integer |
|||
|
Output format |
|||
The Mapnik output format, default is ‘png’ |
||||
type |
string |
|||
enum |
png, png256, jpeg, grid |
|||
|
WMS URL |
|||
A WMS fallback URL (deprecated) |
||||
type |
string |
|||
|
Resolution |
|||
The resolution, default is 4 |
||||
type |
integer |
|||
|
Layers fields |
|||
The Mapnik layers fields |
||||
type |
object |
|||
additionalProperties |
The Mapnik layer fields |
|||
type |
array |
|||
items |
type |
string |
||
|
Drop empty UTFGrid |
|||
Drop if the tile is empty, default is False |
||||
type |
boolean |
|||
additionalProperties |
False |
Layer¶
The layer definition, see https://github.com/camptocamp/tilecloud-chain/blob/master/tilecloud_chain/USAGE.rst#configure-layers
anyOf |
|
Process command¶
A command
type |
array |
|||
items |
type |
object |
||
properties |
||||
|
Command |
|||
The shell command, available parameters: %(in)s, %(out)s, %(args)s, %(x)s, %(y)s, %(z)s. |
||||
type |
string |
|||
|
Need out |
|||
The command will generate an output in a file, default is False |
||||
type |
boolean |
|||
default |
False |
|||
|
Argument |
|||
Used to build the %(args) |
||||
type |
object |
|||
properties |
||||
|
Properties |
|||
The arguments used by default |
||||
type |
string |
|||
|
Verbose |
|||
The arguments used on verbose mode |
||||
type |
string |
|||
|
Debug |
|||
The arguments used on debug mode |
||||
type |
string |
|||
|
Quiet |
|||
The arguments used on quiet mode |
||||
type |
string |
|||
additionalProperties |
False |
|||
additionalProperties |
False |
Generation¶
The configuration used for the generation
type |
object |
||
properties |
|||
|
Default cache |
||
The default cache name to be used, default do ‘default’ |
|||
type |
string |
||
default |
default |
||
|
Default layers |
||
The default layers to be generated |
|||
type |
array |
||
items |
type |
string |
|
|
Authorised user |
||
The authorised user to generate the tiles (used to avoid permission issue on generated tiles) (main configuration) |
|||
type |
string |
||
|
Max consecutive errors |
||
The maximum number of consecutive errors (main configuration), default is 10 |
|||
type |
integer |
||
default |
10 |
||
|
Error file |
||
File name generated with the tiles in error, see https://github.com/camptocamp/tilecloud-chain/blob/master/tilecloud_chain/USAGE.rst#tiles-error-file (main configuration) |
|||
type |
string |
||
|
Number process |
||
Number of process used to generate the tiles (main configuration), default is 1 |
|||
type |
integer |
||
default |
1 |
||
additionalProperties |
False |
AWS region¶
The region, default is ‘eu-west-1’
type |
string |
pattern |
^(eu|us|ap|sa)-(north|south|east|west|central)(east|west)?-[1-3]$ |
Redis¶
The Redis configuration (main configuration)
type |
object |
||||
properties |
|||||
|
URL |
||||
The server URL (main configuration) |
|||||
type |
string |
||||
pattern |
^redis://[^:]+:[^:]+$ |
||||
|
Sentinels |
||||
The sentinels (main configuration) |
|||||
type |
array |
||||
items |
A sentinel (main configuration) |
||||
type |
array |
||||
items |
|||||
Sentinel host |
|||||
The sentinel host name (main configuration) |
|||||
type |
string |
||||
Sentinel port |
|||||
The sentinel port (main configuration) |
|||||
anyOf |
type |
string |
|||
type |
integer |
||||
additionalItems |
False |
||||
|
The Redis connection arguments (main configuration) |
||||
type |
object |
||||
|
The Redis sentinel arguments (main configuration) |
||||
type |
object |
||||
|
Service name |
||||
The service name, default is ‘mymaster’ (main configuration) |
|||||
type |
string |
||||
default |
mymaster |
||||
|
Socket timeout |
||||
The socket timeout (main configuration) |
|||||
type |
integer |
||||
|
Database |
||||
type |
integer |
||||
|
Queue |
||||
The queue name (main configuration) |
|||||
type |
string |
||||
default |
tilecloud |
||||
|
Timeout |
||||
The timeout (main configuration), default is 5 |
|||||
type |
integer |
||||
default |
5 |
||||
|
Pending timeout |
||||
The pending timeout (main configuration), default is 300 |
|||||
type |
integer |
||||
default |
300 |
||||
|
Max retries |
||||
The max retries (main configuration), default is 5 |
|||||
type |
integer |
||||
default |
5 |
||||
|
Max errors age |
||||
The max error age (main configuration), default is 86400 (1 day) |
|||||
type |
integer |
||||
default |
86400 |
||||
|
Max errors number |
||||
The max error number (main configuration), default is 100 |
|||||
type |
integer |
||||
default |
100 |
||||
|
Prefix |
||||
The prefix (main configuration), default is ‘tilecloud_cache’ |
|||||
type |
string |
||||
default |
tilecloud_cache |
||||
|
Expiration |
||||
The meta-tile in queue expiration (main configuration), default is 28800 (8 hours) |
|||||
type |
integer |
||||
default |
28800 |
||||
additionalProperties |
False |
Server¶
Configuration used by the tile server, see https://github.com/camptocamp/tilecloud-chain/blob/master/tilecloud_chain/USAGE.rst#distribute-the-tiles
type |
object |
|||
properties |
||||
|
Cache |
|||
The used cache name |
||||
type |
string |
|||
|
WMS Layers |
|||
Layers available in the server, default is all layers |
||||
type |
array |
|||
items |
type |
string |
||
|
Geometries redirect |
|||
Take care on the geometries, default is False |
||||
type |
boolean |
|||
default |
False |
|||
|
Static allow extension |
|||
The allowed extension of static files, defaults to [jpeg, png, xml, js, html, css] |
||||
type |
array |
|||
items |
type |
string |
||
|
WMTS path |
|||
The sub-path for the WMTS (main configuration), default is ‘wmts’ |
||||
type |
string |
|||
default |
wmts |
|||
|
Static path |
|||
The sub-path for the static files (main configuration), default is ‘static’ |
||||
type |
string |
|||
default |
static |
|||
|
Admin path |
|||
The sub-path for the admin (main configuration), default is ‘admin’ |
||||
type |
string |
|||
default |
admin |
|||
|
Expires |
|||
The browser cache expiration, default is 8 (hours) |
||||
type |
integer |
|||
default |
8 |
|||
|
Predefined commands |
|||
The predefined commands used to generate the tiles |
||||
type |
array |
|||
items |
type |
object |
||
properties |
||||
|
Command |
|||
The command to run |
||||
type |
string |
|||
|
Name |
|||
The name used in the admin interface |
||||
type |
string |
|||
additionalProperties |
False |
|||
|
Allowed commands |
|||
The allowed commands (main configuration) |
||||
type |
array |
|||
items |
type |
string |
||
|
Allowed arguments |
|||
The allowed arguments (main configuration) |
||||
type |
array |
|||
items |
type |
string |
||
additionalProperties |
False |
Cost¶
The configuration use to calculate the cast (unmaintained)
type |
object |
||
properties |
|||
|
Request per layers |
||
Tile request per hours, default is 10 000 000 |
|||
type |
integer |
||
default |
10000000 |
||
|
S3 cost |
||
The S3 cost (main configuration) |
|||
type |
object |
||
properties |
|||
|
Storage |
||
The storage cost in $ / Gio / month (main configuration) |
|||
type |
number |
||
default |
0.125 |
||
|
Put |
||
The cost of put in $ per 10 000 requests (main configuration) |
|||
type |
number |
||
default |
0.01 |
||
|
Get |
||
The cost of get in $ per 10 000 requests (main configuration) |
|||
type |
number |
||
default |
0.01 |
||
|
Download |
||
The cost of download in $ per Gio (main configuration) |
|||
type |
number |
||
default |
0.12 |
||
additionalProperties |
False |
||
|
CloudFront cost |
||
The CloudFront cost (main configuration) |
|||
type |
object |
||
properties |
|||
|
Get |
||
The cost of get in $ per 10 000 requests (main configuration) |
|||
type |
number |
||
default |
0.009 |
||
|
Download |
||
The cost of download in $ per Gio (main configuration) |
|||
type |
number |
||
default |
0.12 |
||
additionalProperties |
False |
||
|
SQS cost |
||
The SQS cost, see https://github.com/camptocamp/tilecloud-chain/blob/master/tilecloud_chain/USAGE.rst#configure-sqs (main configuration) |
|||
type |
object |
||
properties |
|||
|
Request |
||
The cost of request in $ per 1 000 000 requests (main configuration) |
|||
type |
number |
||
default |
0.01 |
||
additionalProperties |
False |
||
additionalProperties |
False |
Metadata¶
The configuration of the WMTS capabilities metadata
type |
object |
||
properties |
|||
|
Title |
||
The title |
|||
type |
string |
||
|
Abstract |
||
The abstract |
|||
type |
string |
||
|
Service type |
||
The service type, default is ‘OGC WMTS’ |
|||
type |
string |
||
default |
OGC WMTS |
||
|
Keywords |
||
The keywords |
|||
type |
array |
||
items |
type |
string |
|
|
Fees |
||
The fees |
|||
type |
string |
||
|
Access constraints |
||
The access constraints |
|||
type |
string |
||
additionalProperties |
False |
Provider¶
The provider
type |
object |
||||
properties |
|||||
|
Name |
||||
type |
string |
||||
|
URL |
||||
The public URL |
|||||
type |
string |
||||
|
Contact |
||||
The contact |
|||||
type |
object |
||||
properties |
|||||
|
Name |
||||
type |
string |
||||
|
Position |
||||
type |
string |
||||
|
Info |
||||
The information |
|||||
type |
object |
||||
properties |
|||||
|
Phone |
||||
The phone |
|||||
type |
object |
||||
properties |
|||||
|
Voice |
||||
The voice number |
|||||
type |
string |
||||
|
Fax |
||||
The fax number |
|||||
type |
string |
||||
additionalProperties |
False |
||||
|
Address |
||||
The address |
|||||
type |
object |
||||
properties |
|||||
|
Delivery |
||||
The delivery |
|||||
type |
string |
||||
|
City |
||||
The city |
|||||
type |
string |
||||
|
Area |
||||
The area |
|||||
type |
string |
||||
|
Postal code |
||||
The postal code |
|||||
type |
integer |
||||
|
Country |
||||
The country |
|||||
type |
string |
||||
|
|||||
The email |
|||||
type |
string |
||||
additionalProperties |
False |
||||
additionalProperties |
False |
||||
additionalProperties |
False |
||||
additionalProperties |
False |
Logging¶
The logging configuration to database, see https://github.com/camptocamp/tilecloud-chain/blob/master/tilecloud_chain/USAGE.rst#logging (main configuration)
type |
object |
||
properties |
|||
|
Database |
||
The database (main configuration) |
|||
type |
object |
||
properties |
|||
|
Host |
||
The host (main configuration) |
|||
type |
string |
||
|
Port |
||
The port (main configuration), default is 5432 |
|||
type |
integer |
||
default |
5432 |
||
|
Database |
||
The database name (main configuration) |
|||
type |
string |
||
|
Table |
||
The table name (main configuration) |
|||
type |
string |
||
|
User |
||
The user name (main configuration) |
|||
type |
string |
||
|
Password |
||
The password (main configuration) |
|||
type |
string |
||
additionalProperties |
False |
||
additionalProperties |
False |