export const defaultOptions = { 'postgresql': { host: 'localhost', port: 5432, username: '', password: '' }, 'mysql': { host: 'localhost', port: 3306, username: '', password: '' }, 'redis': { host: 'localhost', port: 6379, username: '', password: '' }, 'elasticsearch': { host: 'localhost', port: 9000, username: '', password: '' }, 'stripe': { api_key: '' }, 'firestore': { gcp_key: '' } }