🐛 fix(render.yaml): fix indentation of value for LANGFLOW_DATABASE_URL environment variable to match the key

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-09-14 17:19:13 -03:00
commit 40969d905a

View file

@ -10,7 +10,7 @@ services:
autoDeploy: false
envVars:
- key: LANGFLOW_DATABASE_URL
- value: sqlite:////home/user/.cache/langflow/langflow.db
value: sqlite:////home/user/.cache/langflow/langflow.db
disk:
name: langflow-data
mountPath: /home/user/.cache/langflow