11 lines
350 B
Plaintext
11 lines
350 B
Plaintext
# Chrome Extension Configuration
|
|
# Copy this file to .env and replace with your actual values
|
|
|
|
# Remote Server Configuration
|
|
VITE_REMOTE_SERVER_HOST=127.0.0.1
|
|
VITE_REMOTE_SERVER_PORT=3001
|
|
|
|
# Chrome Extension Private Key (optional)
|
|
# This key is used for Chrome extension packaging and should be kept secure
|
|
CHROME_EXTENSION_KEY=YOUR_PRIVATE_KEY_HERE
|