// Default public instance. A fresh install with no stored credentials // auto-connects here, so the app works out-of-the-box without a login step. // // Power users who want their own self-hosted backend can still override: // after "Sign out" the login screen lets them enter a different URL + key. // // The API key below is intentionally shipped in the APK. It is a coarse // bot/scraper filter, not a secret — anyone can decompile the APK to read it. // If it gets abused, rotate it: append a new key to API_KEYS on the server, // ship an APK update, then drop the old key. export const DEFAULT_BACKEND_URL = 'https://api.goon-foss.org'; export const DEFAULT_API_KEY = 'W20ggQgYjH_evCZCSBTWJsGgLMaJQP_7';