Added an example of the .env file.

This commit is contained in:
Horváth Gergely
2025-11-19 13:36:35 +01:00
committed by 4831c0
parent 0e08919209
commit c21ff3e15f

5
firka/.env.example Normal file
View File

@@ -0,0 +1,5 @@
# Backend Configuration
# Development: http://192.168.X.YYY:3000/api/v1
# Production: https://your-domain.com/api/v1
BACKEND_BASE_URL=http://192.168.X.YYY:3000/api/v1
BACKEND_API_KEY=development_api_key_12345