This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/config/config.example.ini

32 lines
559 B
INI

; Example Sakura configuration
; Rename this file to config.ini after you're done editing.
; Database configuration according to https://laravel.com/docs/5.2/database#introduction
[database]
driver = mysql
host = localhost
port = 3306
username = sakura
password = "password"
prefix = sakura_
database = sakura-development
charset = utf8
collation = utf8_unicode_ci
; Development mode settings
[dev]
; Show detailed error logs in browser
show_errors = true
; Show a small version of the changelog loaded from sakura.flash.moe
show_changelog = true