From 67fcc8ac678b75e30a707c6604fe98993adf4fe4 Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Wed, 11 Sep 2024 09:05:37 +0200 Subject: [PATCH] update: update env var names --- .env.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.template b/.env.template index 35ac3b9b58..0ac689045f 100644 --- a/.env.template +++ b/.env.template @@ -1,2 +1,5 @@ +SITE_URL=http://localhost:3000 +API_BASE_URL=http://localhost:8080/api/v1 + # openssl rand -base64 32 AUTH_SECRET=your-secret-key