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

255 lines
4.9 KiB
INI

; Database configuration according to https://laravel.com/docs/5.2/database#introduction
; Put some here in advance, uncomment the one you need.
[database]
; ; mysql
; driver = mysql
; host = localhost
; port = 3306
; username = sakura
; password = password
; prefix = sakura_
; database = sakura-development
; charset = utf8
; collation = utf8_unicode_ci
; ; sqlite
; driver = sqlite
; database = sakura.sq3
; ; Although the option exists, setting a table prefix for sqlite breaks some migration related things.
; prefix =
; ; postgres
; driver = pgsql
; host = localhost
; port = 5432
; username = sakura
; password = password
; prefix = sakura_
; database = sakura-development
; charset = utf8
; schema = public
; General site settings
[general]
; Name of the site
name = Sakura
; Logo of the site
logo =
; Description of the site
description = Test site
; Design used by the site, must be a folder in templates/
design = yuuno
; Category to be used for site news
news = site-news
; Cover to be used when no other one is specified
cover =
; Close the site for maintenance
maintenance = false
; URL of the sakurako chat (full path) without trailing slash
chat = http://chat.localghost
; Date formatting string
date_format = D Y-m-d H:i:s T
; Cookie settings
[cookie]
prefix = sakura_
; Performance settings
[performance]
; Compress output using gzip, recommended to turn this off while debugging
compression = true
; Cache directory
cache_dir = cache/
; Enable template caching
template_cache = true
; Development specific settings
[dev]
; Show detailed error logs in browser
show_errors = false
; Enable twig (the templating engine) debug mode
twig_debug = false
; Show a small version of the changelog loaded from sakura.flash.moe
show_changelog = false
; Host for the mahou serve command
host = localhost:8000
; Host for dumping exceptions, sends the exception as a json object in a raw post request. Leave empty to disable.
report_host =
; Mailing settings
[mail]
contact_address = sakura@localhost
signature = "Sakura | http://localhost/"
; SMTP settings
[mail.smtp]
auth = false
from = sakura-noreply@localhost
name = Sakura
reply_to = sakura-admin@localhost
reply_name = Administrator
username =
password =
server =
port = 25
secure = tls
; File settings
[file]
uploads_dir = uploads/
; Avatar requirements
[file.avatar]
max_file_size = 2097152
max_height = 512
max_width = 512
; Background requirements
[file.background]
max_file_size = 5242880
max_height = 1440
max_width = 2560
; Header requirements
[file.header]
max_file_size = 2097152
max_height = 500
max_width = 2048
; User settings
[user]
; Default avatar, background and header (relative to public/)
avatar_none = images/%tplname%-none.png
background_none = images/pixel.png
header_none = images/pixel.png
; Username constraints
name_min = 3
name_max = 16
; Disable registration, just in case
disable_registration = false
; Require the user to click a link in an e-mail sent to them
require_activation = true
; Minimum entropy value a password needs to have
pass_min_entropy = 1
; How long a username should be reserved in days
name_reserve = 90
; How long a user should be inactive till another person can use their name
name_takeover = 365
; Max length of a signature
signature_max = 500
; Max length of a userpage
page_max = 65535
; After how long last listened should be updated
music_update = 10
; Premium settings
[premium]
max_months_at_once = 24
price_per_month = 2.00
price_unit = EUR
; Paypal settings
[paypal]
mode = sandbox
client_id =
secret_id =
; Ranks ids, these ranks are used by automated procedures in the backend
; If you're using the setup command in mahou these are already set correctly for you!
[rank]
inactive = 1
regular = 2
mod = 3
admin = 4
bot = 5
premium = 6
alumni = 7
banned = 8
; Forum settings
[forum]
max_post_length = 60000
min_post_length = 1
max_title_length = 128
min_title_length = 4
; Id of the trash forum
; See second comment of the ranks category
trash = 4
; Comment settings
[comments]
max_length = 500
min_length = 1
; Content for the contact page, the variables function like a normal associative array
[contact]
mail['Administrator'] = sakura@localghost
twit['smugwave'] = "Sakura's main developer"
repo['Sakura'] = https://github.com/flashwave/sakura
; Chat specific settings
[chat]
; Path to the webclient
webclient = http://localhost/chat/
; Protocol to use
protocol = Sock
; Server address
server = ws://localhost
; Window/tab title
title = Sakurako
; Path to language files directory for the chat (relative to the chat's client)
language_path = ./languages/
; Available languages
languages[en-gb] = English
languages[nl-nl] = Nederlands
; Default language
language = en-gb
; Date formatting used for chat message (standard PHP format)
date_format = H:i:s
; Markup parser to use
parser = WaterDown
; Soundpacks
sound_packs[default] = Default
; Default soundpack to use
sound_pack = default
; LastFM settings
[lastfm]
api_key =