From 853ef88c4a9e6d77883c808618cd66a3db4d1ded Mon Sep 17 00:00:00 2001 From: Alex TYRODE Date: Thu, 1 May 2025 10:23:38 +0000 Subject: [PATCH] feat: add FRONTEND_URL to .env.template for configuration --- .env.template | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.template b/.env.template index 53f00d6..f34edc0 100644 --- a/.env.template +++ b/.env.template @@ -6,6 +6,7 @@ APP_PORT=8000 # API Configuration API_WORKERS=4 +FRONTEND_URL=your_frontend_url # Database Configuration POSTGRES_USER=admin