From f511c94c7e2ed454aa2acfe571dfc0ee0cfb7767 Mon Sep 17 00:00:00 2001 From: Traun Leyden Date: Tue, 28 Oct 2025 22:49:14 +0100 Subject: [PATCH] Update environment file template name in quickstart The file name in the repo is env.template, not .env.template --- quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart.mdx b/quickstart.mdx index 0a6fc05..320b5d4 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -23,7 +23,7 @@ icon: "play" cd pipeshub-ai/deployment/docker-compose # Copy and update the environment file - cp .env.template .env + cp env.template .env # 👉 Edit the .env file to set secrets, passwords, and the public URLs # of the Frontend and Connector services (required for webhook notifications and real-time updates)