initial commit
This commit is contained in:
10
frontend/.env
Normal file
10
frontend/.env
Normal file
@ -0,0 +1,10 @@
|
||||
# Uncomment the line corresponding to the backend you want to use
|
||||
|
||||
# 1. Fake backend (server.ts) - Default
|
||||
# VITE_API_BASE_URL=
|
||||
|
||||
# 2. Local backend
|
||||
VITE_API_BASE_URL=http://localhost:3000
|
||||
|
||||
# 3. Production backend
|
||||
# VITE_API_BASE_URL=https://rubble.se/householdmanager
|
||||
Reference in New Issue
Block a user