app name and icons
This commit is contained in:
+14
-8
@@ -1,26 +1,32 @@
|
||||
# Environment Configuration
|
||||
# Application Configuration
|
||||
# Copy this file to .env and fill in your actual values
|
||||
# DO NOT commit .env to version control
|
||||
# The .env file is in .gitignore and should never be committed
|
||||
|
||||
# API Configuration
|
||||
API_BASE_URL_DEV=https://api-dev.example.com
|
||||
API_BASE_URL_PROD=https://api.example.com
|
||||
# App Name (displayed in app launcher and settings)
|
||||
# This is a reference value - you'll also need to update:
|
||||
# - Android: android/app/src/main/AndroidManifest.xml (android:label)
|
||||
# - macOS: macos/Runner/Configs/AppInfo.xcconfig (PRODUCT_NAME)
|
||||
# - pubspec.yaml (name field - used for package name)
|
||||
APP_NAME=app_boilerplate
|
||||
|
||||
# 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 (comma-separated list)
|
||||
NOSTR_RELAYS_DEV=wss://nostrum.satoshinakamoto.win,wss://nos.lol
|
||||
NOSTR_RELAYS_PROD=wss://relay.damus.io
|
||||
|
||||
# API Configuration
|
||||
API_BASE_URL_DEV=https://api-dev.example.com
|
||||
API_BASE_URL_PROD=https://api.example.com
|
||||
|
||||
# Logging
|
||||
ENABLE_LOGGING_DEV=true
|
||||
ENABLE_LOGGING_PROD=false
|
||||
|
||||
# Firebase Configuration (Optional)
|
||||
# Set to 'true' to enable Firebase services
|
||||
# Firebase Configuration (optional)
|
||||
FIREBASE_ENABLED=false
|
||||
FIREBASE_FIRESTORE_ENABLED=true
|
||||
FIREBASE_STORAGE_ENABLED=true
|
||||
|
||||
Reference in New Issue
Block a user