szurubooru/config.ini

40 lines
980 B
INI
Raw Normal View History

2013-10-05 12:55:03 +02:00
[chibi]
userCodeDir=./src/
prettyPrint=1
[main]
dbPath=./db.sqlite
2013-10-07 00:44:17 +02:00
filesPath=./files/
2013-10-05 21:22:28 +02:00
title=szurubooru
2013-10-05 12:55:03 +02:00
[registration]
emailActivation = 0
adminActivation = 0
passMinLength = 5
passRegex = "/^.+$/"
userNameMinLength = 3
userNameRegex = "/^[\w_-]+$/ui"
salt = "1A2/$_4xVa"
activationEmailSenderName = "{host} registration engine"
activationEmailSenderEmail = "noreply@{host}"
activationEmailSubject = "{host} activation"
activationEmailBody = "Hello,
You received this e-mail because someone registered an user with this address at {host}. If it's you, visit {link} to finish registration process, otherwise you may ignore and delete this e-mail.
Kind regards,
{host} registration engine"
2013-10-06 13:21:16 +02:00
[privileges]
uploadPost=registered
2013-10-07 23:17:33 +02:00
viewPost=anonymous
viewPost.sketchy=registered
viewPost.unsafe=registered
listPosts=anonymous
2013-10-07 23:17:33 +02:00
listPosts.sketchy=registered
listPosts.unsafe=registered
listUsers=registered
2013-10-07 23:17:33 +02:00
listComments=registered
retrievePost=anonymous