forked from firka/firka
Added an example of the .env file.
This commit is contained in:
5
firka/.env.example
Normal file
5
firka/.env.example
Normal 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
|
||||
Reference in New Issue
Block a user