comparison mconfig.inc.php.example @ 1097:ea2bc0667482

Cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 27 Jan 2017 22:23:43 +0200
parents bbc0a3d0b51e
children c731092a83b7
comparison
equal deleted inserted replaced
1096:bbc0a3d0b51e 1097:ea2bc0667482
34 //"userKeyChars" => "abdefghjkmnpqrstwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789", // Characters to be used for key generation 34 //"userKeyChars" => "abdefghjkmnpqrstwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789", // Characters to be used for key generation
35 35
36 // Voting settings 36 // Voting settings
37 "voteMin" => -1, 37 "voteMin" => -1,
38 "voteMax" => 2, 38 "voteMax" => 2,
39 39
40 40 // User and admin login timeouts (in minutes)
41 "admTimeout" => 15, 41 "userTimeout" => 120,
42
43 "admTimeout" => 60, 42 "admTimeout" => 60,
44 43
45 // Entry file paths and URL prefixes 44 // Entry file paths and URL prefixes
46 "entryMaxSize" => 16 * 1024 * 1024, // max file size 45 "entryMaxSize" => 16 * 1024 * 1024, // max file size
47 "entryPath" => "/home/ccr/files/", // should be absolute path 46 "entryPath" => "/home/ccr/files/", // should be absolute path