APP_NAME="Feather AI"
APP_ENV="local"
APP_DEBUG=true
APP_URL="https://nylo.dev"

API_BASE_URL="https://us-central1-ai-writing-assistant-4ae09.cloudfunctions.net/generationV3"
EXPLORE_BASE_URL="https://ai-assistant--explore.appriseup.workers.dev"
VISUAL_BASE_URL="https://ai-assistant--visual.appriseup.workers.dev"
TRANSCRIBE_BASE_URL="https://ai-assistant--transcribe.appriseup.workers.dev"
QUESTIONS_BASE_URL="https://ai-assistant--questions.appriseup.workers.dev"
SEARCH_ON_WEB_BASE_URL="https://us-central1-ai-writing-assistant-4ae09.cloudfunctions.net/searchOnWeb"
ACCOUNT_DELETION_URL="https://us-central1-ai-writing-assistant-4ae09.cloudfunctions.net/accountDeletion"

ASSET_PATH_PUBLIC="public/assets"
ASSET_PATH_IMAGES="public/assets/images"
TIMEZONE="UTC"
DEFAULT_LOCALE="en"

LIGHT_THEME_ID="light_theme"
DARK_THEME_ID="dark_theme"

REVENUECAT_API_KEY_ANDROID="goog_ucIiSRghlKQdlIYRtBbmeScAdrF"
REVENUECAT_API_KEY_IOS="appl_VgIdlPpahmjzfyFWORkWREkqwNe"
