12 lines
163 B
INI
12 lines
163 B
INI
[database]
|
|
host = localhost
|
|
port = 27017;
|
|
name = booru-dev
|
|
|
|
[security]
|
|
secret = change
|
|
minPasswordLength = 5
|
|
|
|
[users]
|
|
minUserNameLength = 1
|
|
maxUserNameLength = 32
|