-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:digitalearthafrica/config into wa…
…por-v3
- Loading branch information
Showing
26 changed files
with
1,101 additions
and
275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 47 additions & 0 deletions
47
geoserver/geoserver_data/collections/africapolis/datastores/africapolis_2015.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"dataStore": { | ||
"name": "africapolis_2015", | ||
"type": "PostGIS", | ||
"enabled": true, | ||
"workspace": { | ||
"name": "africapolis" | ||
}, | ||
"connectionParameters": { | ||
"entry": [ | ||
{ "@key": "schema", "$": "public" }, | ||
{ "@key": "Evictor run periodicity", "$": "300" }, | ||
{ "@key": "Max open prepared statements", "$": "50" }, | ||
{ "@key": "encode functions", "$": "true" }, | ||
{ "@key": "Batch insert size", "$": "1" }, | ||
{ "@key": "preparedStatements", "$": "false" }, | ||
{ "@key": "database", "$": "${GEOSERVER_DB_DATABASE}" }, | ||
{ "@key": "reWriteBatchedInserts", "$": "false" }, | ||
{ "@key": "host", "$": "${DB_HOST}" }, | ||
{ "@key": "Loose bbox", "$": "true" }, | ||
{ "@key": "SSL mode", "$": "DISABLE" }, | ||
{ "@key": "Estimated extends", "$": "true" }, | ||
{ "@key": "fetch size", "$": "1000" }, | ||
{ "@key": "Expose primary keys", "$": "true" }, | ||
{ "@key": "validate connections", "$": "true" }, | ||
{ "@key": "Support on the fly geometry simplification", "$": "true" }, | ||
{ "@key": "Connection timeout", "$": "20" }, | ||
{ "@key": "create database", "$": "false" }, | ||
{ "@key": "Method used to simplify geometries", "$": "FAST" }, | ||
{ "@key": "port", "$": "5432" }, | ||
{ | ||
"@key": "passwd", | ||
"$": "${DB_PASSWORD}" | ||
}, | ||
{ "@key": "min connections", "$": "1" }, | ||
{ "@key": "dbtype", "$": "postgis" }, | ||
{ "@key": "namespace", "$": "https://africapolis" }, | ||
{ "@key": "max connections", "$": "10" }, | ||
{ "@key": "Evictor tests per run", "$": "3" }, | ||
{ "@key": "Test while idle", "$": "true" }, | ||
{ "@key": "user", "$": "${DB_USER}" }, | ||
{ "@key": "Max connection idle time", "$": "300" } | ||
] | ||
}, | ||
"_default": false | ||
} | ||
} |
48 changes: 48 additions & 0 deletions
48
geoserver/geoserver_data/collections/africapolis/datastores/africapolis_2020.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"dataStore": { | ||
"name": "africapolis_2020", | ||
"type": "PostGIS", | ||
"enabled": true, | ||
"workspace": { | ||
"name": "africapolis" | ||
}, | ||
"connectionParameters": { | ||
"entry": [ | ||
{ "@key": "schema", "$": "public" }, | ||
{ "@key": "Evictor run periodicity", "$": "300" }, | ||
{ "@key": "Max open prepared statements", "$": "50" }, | ||
{ "@key": "encode functions", "$": "true" }, | ||
{ "@key": "Batch insert size", "$": "1" }, | ||
{ "@key": "preparedStatements", "$": "false" }, | ||
{ "@key": "database", "$": "${GEOSERVER_DB_DATABASE}" }, | ||
{ "@key": "reWriteBatchedInserts", "$": "false" }, | ||
{ "@key": "host", "$": "${DB_HOST}" }, | ||
{ "@key": "Loose bbox", "$": "true" }, | ||
{ "@key": "SSL mode", "$": "DISABLE" }, | ||
{ "@key": "Estimated extends", "$": "true" }, | ||
{ "@key": "fetch size", "$": "1000" }, | ||
{ "@key": "Expose primary keys", "$": "true" }, | ||
{ "@key": "validate connections", "$": "true" }, | ||
{ "@key": "Support on the fly geometry simplification", "$": "true" }, | ||
{ "@key": "Connection timeout", "$": "20" }, | ||
{ "@key": "create database", "$": "false" }, | ||
{ "@key": "Method used to simplify geometries", "$": "FAST" }, | ||
{ "@key": "port", "$": "5432" }, | ||
{ | ||
"@key": "passwd", | ||
"$": "${DB_PASSWORD}" | ||
}, | ||
{ "@key": "min connections", "$": "1" }, | ||
{ "@key": "dbtype", "$": "postgis" }, | ||
{ "@key": "namespace", "$": "https://africapolis" }, | ||
{ "@key": "max connections", "$": "10" }, | ||
{ "@key": "Evictor tests per run", "$": "3" }, | ||
{ "@key": "Test while idle", "$": "true" }, | ||
{ "@key": "user", "$": "${DB_USER}" }, | ||
{ "@key": "Max connection idle time", "$": "300" } | ||
] | ||
}, | ||
"_default": false | ||
} | ||
} | ||
|
Oops, something went wrong.