Files
CTM-Document-Builder/electron/main/pocketbase-config.js
T
2026-07-17 13:28:28 -04:00

5 lines
253 B
JavaScript

/** Internal admin app — PocketBase connection (bundled with the desktop build). */
export const POCKETBASE_URL = 'https://ctm-pocketbase.wirediv.dev'
export const PB_ADMIN_EMAIL = 'info@wirediv.com'
export const PB_ADMIN_PASSWORD = 'Supernova99!!__'