Skip to content

Commit

Permalink
fix: rename postgres variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Farault authored and PaulFarault committed Apr 28, 2023
1 parent 043859f commit 9a51db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdp_vars_overrides/jupyterhub/jupyterhub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
jupyterhub_properties:
jupyterhub:
db_url: postgresql://jupyterhub:jupyterhub@{{ groups['postgresql'] | first | tosit.tdp.access_fqdn(hostvars) }}:{{ postgresql_port }}/jupyterhub
db_url: postgresql://jupyterhub:jupyterhub@{{ groups['postgresql'] | first | tosit.tdp.access_fqdn(hostvars) }}:{{ postgresql_server_port }}/jupyterhub
upgrade_db: true

0 comments on commit 9a51db8

Please sign in to comment.