You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
847 B
30 lines
847 B
# Environment Configuration
|
|
# Copy this file to .env and fill in your actual values
|
|
# DO NOT commit .env to version control
|
|
|
|
# API Configuration
|
|
API_BASE_URL_DEV=https://api-dev.example.com
|
|
API_BASE_URL_PROD=https://api.example.com
|
|
|
|
# Immich Configuration
|
|
IMMICH_BASE_URL=https://photos.satoshinakamoto.win
|
|
IMMICH_API_KEY_DEV=your-dev-api-key-here
|
|
IMMICH_API_KEY_PROD=your-prod-api-key-here
|
|
|
|
# Nostr Relays (comma-separated)
|
|
NOSTR_RELAYS_DEV=wss://nostrum.satoshinakamoto.win,wss://nos.lol
|
|
NOSTR_RELAYS_PROD=wss://relay.damus.io
|
|
|
|
# Logging
|
|
ENABLE_LOGGING_DEV=true
|
|
ENABLE_LOGGING_PROD=false
|
|
|
|
# Firebase Configuration (Optional)
|
|
# Set to 'true' to enable Firebase services
|
|
FIREBASE_ENABLED=false
|
|
FIREBASE_FIRESTORE_ENABLED=true
|
|
FIREBASE_STORAGE_ENABLED=true
|
|
FIREBASE_AUTH_ENABLED=true
|
|
FIREBASE_MESSAGING_ENABLED=true
|
|
FIREBASE_ANALYTICS_ENABLED=true
|