import { _mock } from 'src/_mock'; // ---------------------------------------------------------------------- export const JWT_SECRET = 'minimal-secret-key'; export const JWT_EXPIRES_IN = '14 days'; export const _users = [ { id: '8864c717-587d-472a-929a-8e5f298024da-0', displayName: 'Jaydon Frankie', photoURL: _mock.image.avatar(24), phoneNumber: _mock.phoneNumber(1), country: _mock.countryNames(1), address: '90210 Broadway Blvd', state: 'California', city: 'San Francisco', zipCode: '94116', about: 'Praesent turpis. Phasellus viverra nulla ut metus varius laoreet. Phasellus tempus.', role: 'admin', isPublic: true, // Change your email and login password below: email: 'demo@minimals.cc', password: '@2Minimal', }, ];