SQL Dashboard

Logged in as: Admin  | 

API Server (Browser Sync)

If you have an HTTP API server running (e.g. window.API_BASE_URL), enter its URL here to enable live inventory and user sync from the browser.

Admin-selected local key where customer accounts are saved in browser storage.
User passwords are hashed before server save. Payment data requires encrypted database.
Warning: Payment method storage is enabled. Ensure your database is encrypted at rest and in transit.

Not tested

File Upload Server

Configure the file upload server for product images and user profile pictures. Default port is 30010.

IP address or hostname of the file upload server.
Port number for the file upload server (default: 30010)
Path for product images (e.g., /inventory)
Path for user profile pictures (e.g., /users)
http://localhost:30010/inventory/filename.jpg

Not tested

Export Data to CSV

Download each data set as a standards-compliant CSV file (RFC 4180). Save files into your data/ folder. Files are named data/products.csv, data/orders.csv, etc.