#--------------------------------------------------------------------
# ENVIRONMENT
#--------------------------------------------------------------------
CI_ENVIRONMENT = development

#--------------------------------------------------------------------
# APP
#--------------------------------------------------------------------
app.baseURL = 'http://localhost/app_kas/public/'
app.forceGlobalSecureRequests = false
app.indexPage = ''
app.defaultLocale = 'id'
app.appTimezone = 'Asia/Jakarta'

#--------------------------------------------------------------------
# DATABASE
#--------------------------------------------------------------------
database.default.hostname = localhost
database.default.database = app_kas
database.default.username = root
database.default.password =
database.default.DBDriver = MySQLi
database.default.DBPrefix =
database.default.port = 3306
database.default.charset = utf8mb4
database.default.DBCollat = utf8mb4_general_ci

#--------------------------------------------------------------------
# ENCRYPTION
#--------------------------------------------------------------------
encryption.key = hex2bin:40ebb49a7c1ee42d500e784fa29984c24aa4d1f5cfd51ea3a0fea02459e78518

#--------------------------------------------------------------------
# COOKIE
# Production: set cookie.secure = true (requires HTTPS)
#--------------------------------------------------------------------
cookie.secure = false
cookie.httponly = true
cookie.samesite = 'Lax'
