add env files
This commit is contained in:
5
frontend/.env.development
Normal file
5
frontend/.env.development
Normal file
@@ -0,0 +1,5 @@
|
||||
# Development Frontend Configuration
|
||||
REACT_APP_API_URL=http://localhost:8080/api/v1
|
||||
REACT_APP_ENVIRONMENT=development
|
||||
REACT_APP_DEBUG=true
|
||||
REACT_APP_LOG_LEVEL=debug
|
||||
Reference in New Issue
Block a user