# Copy this file to .env and replace the placeholder values before deployment.

CI_ENVIRONMENT = production

app.baseURL = 'https://api.dudbs.com/'
app.forceGlobalSecureRequests = true
app.allowedOrigins = https://dudbs.com,https://www.dudbs.com
app.emailLogo = 'https://dudbs.com/android-chrome-512x512.png'

database.default.hostname = localhost
database.default.database = dudbs_website
database.default.username = dudbs_db_user
database.default.password = change_me
database.default.DBDriver = MySQLi
database.default.port = 3306

logger.threshold = 4

contact.emailTo = 'email@dudbs.com'

email.fromEmail = 'no-reply@dudbs.com'
email.fromName = 'DUDBS'
email.protocol = 'smtp'
email.SMTPHost = 'mail.privateemail.com'
email.SMTPPort = 465
email.SMTPUser = 'no-reply@platinumrides.co.uk'
email.SMTPPass = change_me
email.SMTPCrypto = 'ssl'
email.SMTPAuth = true
email.mailType = 'html'

security.minContactSubmitSeconds = 3
security.contactMaxPayloadBytes = 8192
security.requireTurnstile = false

turnstile.secret =
