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