13 lines
349 B
Plaintext
13 lines
349 B
Plaintext
|
# Database Configuration (Digital Ocean Managed MySQL)
|
||
|
DATABASE_URL="mysql://username:password@host:port/database_name"
|
||
|
|
||
|
# JWT Secret for authentication
|
||
|
JWT_SECRET="your-super-secret-jwt-key-here"
|
||
|
|
||
|
# App Configuration
|
||
|
VITE_APP_NAME="ScriptShare"
|
||
|
VITE_APP_URL="http://localhost:5173"
|
||
|
|
||
|
# Optional: Analytics
|
||
|
VITE_ANALYTICS_ENABLED="false"
|