55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"Site": {
|
|
"ShortName":"Exa",
|
|
"Name":"Example",
|
|
"URL":"localhost",
|
|
"Port":"80",
|
|
"EnableSsl":false,
|
|
"EnableEmails":false,
|
|
"HasProxy":false,
|
|
"Language": "english"
|
|
},
|
|
"Config": {
|
|
"SslPrivkey": "",
|
|
"SslFullchain": "",
|
|
"SMTPServer": "",
|
|
"SMTPUsername": "",
|
|
"SMTPPassword": "",
|
|
"SMTPPort": "25",
|
|
|
|
"MaxRequestSizeStr":"5MB",
|
|
"UserCache":"static",
|
|
"TopicCache":"static",
|
|
"UserCacheCapacity":120,
|
|
"TopicCacheCapacity":200,
|
|
"DefaultPath":"/topics/",
|
|
"DefaultGroup":3,
|
|
"ActivationGroup":5,
|
|
"StaffCSS":"staff_post",
|
|
"DefaultForum":2,
|
|
"MinifyTemplates":true,
|
|
"BuildSlugs":true,
|
|
"ServerCount":1,
|
|
"Noavatar":"https://api.adorable.io/avatars/285/{id}@{site_url}.png",
|
|
"ItemsPerPage":25
|
|
},
|
|
"Database": {
|
|
"Adapter": "mysql",
|
|
"Host": "localhost",
|
|
"Username": "anything_but_root",
|
|
"Password": "please_use_a_password_that_is_actually_secure",
|
|
"Dbname": "gosora",
|
|
"Port": "3306",
|
|
|
|
"TestAdapter": "mysql",
|
|
"TestHost": "localhost",
|
|
"TestUsername": "root",
|
|
"TestPassword": "",
|
|
"TestDbname": "gosora_test",
|
|
"TestPort": "3306"
|
|
},
|
|
"Dev": {
|
|
"DebugMode":true,
|
|
"SuperDebug":false
|
|
}
|
|
} |