# CI4 Environment Configuration for School JAS
CI_ENVIRONMENT = development

app.baseURL = 'http://localhost:8082/'
app.indexPage = ''
app.defaultLocale = en
app.supportedLocales = en,ar
app.appTimezone = 'Asia/Riyadh'

security.csrfProtection = true
security.CSRFTokenName = 'csrf_token'
security.CSRFCookieName = 'csrf_cookie'

# Database
database.default.hostname = 127.0.0.1
database.default.database = school_jas
database.default.port = 3306
database.default.username = root
database.default.password = ''
database.default.DBDriver = MySQLi
database.default.charset = utf8mb4
database.default.DBPrefix = ''
database.default.DBDebug = true

# Email (placeholder)
email.protocol = smtp
email.SMTPHost = localhost
email.SMTPPort = 25

# Logger
logger.threshold = 4
