// IMPORTANT: This file contains configuration variables. | |
// --- Ko-fi Configuration --- | |
// This is the link to your Ko-fi page where users can purchase the app. | |
export const KOFI_PAGE_URL = 'https://ko-fi.com/your_page_here'; | |
// These are the secret credentials you will provide to users after they purchase. | |
// You should generate a strong, unique password. | |
export const KOFI_LOGIN_NAME = 'yuki-bonsai-master'; | |
export const KOFI_SECRET_PASSWORD = 'a9b8c7d6e5f4a3b2c1d0e9f8a7b6c5d4e3f2a1b0c9d8e7f6a5b4c3d2e1f0a9b8'; | |
// The Google Client ID is no longer used for login but may be kept for other Google service integrations if needed. | |
export const GOOGLE_CLIENT_ID = '605727770560-dijtutkchf855kjdqokmvhb6mrum0cm9.apps.googleusercontent.com'; | |