5 lines
253 B
JavaScript
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!!__'
|