13 lines
180 B
INI
13 lines
180 B
INI
[database]
|
|
host = localhost
|
|
port = 27017
|
|
name = booru-dev
|
|
|
|
[security]
|
|
secret = change
|
|
minPasswordLength = 5
|
|
|
|
[users]
|
|
minUserNameLength = 1
|
|
maxUserNameLength = 32
|
|
usersPerPage = 20
|