CI_ENVIRONMENT = development

app.baseURL = 'http://hosting-erp.local/'
app.defaultLocale = 'ar'
app.supportedLocales[] = 'ar'
app.supportedLocales[] = 'en'

database.default.hostname = localhost
database.default.database = hosting_erp
database.default.username = root
database.default.password =
database.default.DBDriver = MySQLi
database.default.port = 3306

email.protocol = smtp
email.SMTPHost = smtp.mailtrap.io
email.SMTPUser =
email.SMTPPass =
email.SMTPPort = 2525
email.SMTPCrypto = tls
email.fromEmail = no-reply@example-hosting.test
email.fromName = "نظام حسابات الاستضافة"

# مفاتيح reCAPTCHA v2 (Checkbox) - من https://www.google.com/recaptcha/admin
# لو سيبتهم فاضيين، فورم "اتصل بنا" هيشتغل عادي بدون تحقق reCAPTCHA (مفيد وقت التطوير المحلي)
RECAPTCHA_SITE_KEY =
RECAPTCHA_SECRET_KEY =
