# SyncKit configuration — embedded in distribution builds. # The API key is a client identifier (not a secret). It identifies this app # to the MNW server. User authentication happens via OAuth2 PKCE. # # TODO: Replace the placeholder below with the real BB API key once the # sync app has been registered on the MNW dashboard. While the placeholder # is in place, parse_synckit_toml_key() returns None and sync is disabled. api_key = "REPLACE_WITH_BB_SYNC_API_KEY" server_url = "https://makenot.work"