Skip to content

Commit

Permalink
Merge pull request #18 from webb-ben/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Onda authored Oct 7, 2021
2 parents 15ed9b4 + 4d18f12 commit cde0467
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions pygeoapi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM webbben/pygeoapi-river-runner:latest
#last update 2021-10-07T11:30

#add requirements and mods
COPY ./pygeoapi.config.yml /pygeoapi/local.config.yml
Expand Down
2 changes: 1 addition & 1 deletion pygeoapi/Dockerfile_gcp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM webbben/pygeoapi-river-runner:latest
#last update 2021-10-07T09:40
#last update 2021-10-07T11:30

#add requirements and mods
COPY ./pygeoapi.config.gcp.yml /pygeoapi/local.config.yml
Expand Down
4 changes: 2 additions & 2 deletions pygeoapi/pygeoapi.config.gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ server:

logging:
level: ERROR
# logfile: /tmp/pygeoapi.log
# logfile: /tmp/pygeoapi.log

metadata:
identification:
Expand Down Expand Up @@ -108,7 +108,7 @@ resources:
password: ${DBPASSWORD}
search_path: [public]
geom_field: wkb_geometry
id_field: comid
id_field: ogc_fid
table: merit_plus

river-runner:
Expand Down
4 changes: 2 additions & 2 deletions pygeoapi/pygeoapi.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ server:

logging:
level: ERROR
logfile: /tmp/pygeoapi.log
# logfile: /tmp/pygeoapi.log

metadata:
identification:
Expand Down Expand Up @@ -139,7 +139,7 @@ resources:
password: ${POSTGRES_PASSWORD}
search_path: [public]
geom_field: wkb_geometry
id_field: comid
id_field: ogc_fid
table: merit_plus

river-runner:
Expand Down

0 comments on commit cde0467

Please sign in to comment.