{ app: { name: 'Rainbox Email', contact_email: 'contact@rainbox.email', }, log_level: "DEV", db_log_level: "ERROR", public_url: "http://localhost:4899", public_websocket_url: "ws://localhost:4899", port: 4899, mysql: { connectionLimit: 10, host: "localhost", user: "root", password: "", database: "rainbox_email", create_database_automatically: false, }, redis: { host: "127.0.0.1", port: 6379, prefix: 'rainbox.email', }, session: { cookie: { secure: false, }, }, mail: { host: "127.0.0.1", port: "1025", secure: false, username: "", password: "", allow_invalid_tls: true, from: 'contact@rainbox.email', from_name: 'Rainbox Email', }, view: { cache: false, }, approval_mode: false, magic_link: { validity_period: 20, }, }