-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
17 lines (13 loc) · 623 Bytes
/
.env.example
File metadata and controls
17 lines (13 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Environment variables declared in this file are automatically made available in process.env.
# on the server side.
DATABASE_URL = "file:./example.sqlite"
JWT_SECRET = "example_jwt_secret"
#API_ENV = "production"
API_ENV = "development"
#CAPACITOR_ENV = "production"
CAPACITOR_ENV = "development"
DEBUG_MOTION = "false"
VITE_GOOGLE_MAPS_API_KEY = "example_google_maps_api_key"
#VITE_BASE_URL = "https://example.tld"
VITE_BASE_URL = "http://localhost:3000"
VITE_REACT_APP_VERSION = "1.0.0"