← Dashboard

⚙️ Config Settings

All credentials and settings are stored securely in your MySQL database — nothing is hardcoded in any file.

⚙️
App Settings
Application name, URL, support email and help centre link.
key: app_help_url
key: app_name
key: app_support_email
key: app_url
🖼️
Cloudinary
Cloud image uploads for logos, KYC documents and blog covers.
key: cloudinary_cloud_name
key: cloudinary_upload_preset
🔥
Firebase JS SDK
Used by the browser to connect to Firebase (shown in JavaScript — keep rules tight).
key: firebase_api_key
key: firebase_app_id
key: firebase_auth_domain
key: firebase_database_url
key: firebase_db_secret
key: firebase_messaging_sender_id
key: firebase_project_id
key: firebase_storage_bucket
🔐
Firebase Admin SDK
Server-side service account credentials. NEVER exposed to the browser.
key: firebase_admin_client_email
key: firebase_admin_private_key
key: firebase_admin_private_key_id
🛡️
App Security
App-level secret keys used for request validation and sync protection.
key: app_secret_key
key: app_sync_token
📧
SMTP / Email
SMTP server settings for sending approval, KYC and transaction emails.
key: smtp_enc
key: smtp_from_addr
key: smtp_from_name
key: smtp_host
key: smtp_pass
key: smtp_port
key: smtp_user
🔑
Tatum API
Tatum API key for generating crypto wallet addresses.
key: tatum_api_key
Changes take effect immediately on next page load.