feat: add environment configuration files and update API base URL handling for production

This commit is contained in:
JSC
2025-08-09 14:43:09 +02:00
parent b43d29e862
commit d53c08d7a0
10 changed files with 55 additions and 8 deletions

3
.env.production.template Normal file
View File

@@ -0,0 +1,3 @@
# Production Environment Variables
# In production with reverse proxy, we use relative URLs (same origin)
# No API base URL needed - the reverse proxy handles /api routing