Skip to content

Commit

Permalink
Merge pull request #15 from ksonda/cloud-devops
Browse files Browse the repository at this point in the history
Cloud devops
  • Loading branch information
Kyle Onda authored Sep 23, 2021
2 parents 1ebc8ed + a5bbdf1 commit 8c0351c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions pygeoapi/pygeoapi.config.gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ metadata:
email: [email protected]
url: https://internetofwater.org
role: pointOfContact

resources:
merit:
type: collection
Expand Down Expand Up @@ -125,13 +124,18 @@ resources:
begin: null
end: null
providers:
# - type: feature
# name: SQLiteGPKG
# data: /data/merit_plus_simplify.gpkg
# id_field: comid
# table: merit_plus
- type: feature
name: PostgreSQL
data:
host: ${POSTGRES_HOST}
dbname: ${POSTGRES_DB}
user: ${POSTGRES_USER}
password: ${POSTGRES_PASSWORD}
host: /cloudsql/global-river-runner:us-central1:global-river-runner-db
dbname: merit
user: postgres
password: geoconnex
search_path: [public]
geom_field: wkb_geometry
id_field: comid
Expand Down Expand Up @@ -259,3 +263,4 @@ resources:
inputs:
bbox: [-86.2, 39.7, -86.15, 39.75]
sorted: downstream

0 comments on commit 8c0351c

Please sign in to comment.