now with correct api path

This commit is contained in:
Remy Moll 2024-03-27 09:07:01 +01:00
parent 10483431c6
commit cfb1a87a5b

View File

@ -56,7 +56,7 @@ frontend:
# tls: [] # tls: []
# You only need to provide the URL to the API as environment variable here if you deviate from the "built-in" ingress in the api section. # You only need to provide the URL to the API as environment variable here if you deviate from the "built-in" ingress in the api section.
env: env:
VIKUNJA_API_URL: https://todos.kluster.moll.re VIKUNJA_API_URL: "todos-api:3456"
postgresql: postgresql:
enabled: false enabled: false