Skip to content

Commit

Permalink
Fix Redis port
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 26, 2024
1 parent d9f9af4 commit f8c68dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion geoportal/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1000,8 +1000,10 @@ environment:
- name: VERSION

runtime_postprocess:
- expression: str({}).lower() in ("true", "yes", "1")
- expression: int({})
vars:
- cache.std.arguments.port
- expression: str({}).lower() in ("true", "yes", "1")
vars:
- cache.std.arguments.connection_kwargs.ssl
- cache.ogc-server.arguments.connection_kwargs.ssl

0 comments on commit f8c68dc

Please sign in to comment.