-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Laures Christophe edited this page May 19, 2016
·
3 revisions
#Configuration
The configuration for the app can be found under /app/Config/AppSettings.php
##Values
Key | Value | Default value | Description |
---|---|---|---|
RootTag | INT | 1 |
This is the ID of the first Root tag. This Tag can not be deleted from the App |
FirstFolderID | INT | 2 |
This is the ID of the Folder which is alway sorted as the First one |
Recovery.Enable | Boolean | flase |
Enable the recovery of the Passwords |
Recovery.Key | String/NULL | NULL |
Key used to encrypt the recovery |
MinPasswordLength | INT | 8 |
Minimum password length for the user Passwords |
InviteTimeOut | INT/NULL | NULL |
Time in seconds until the Invites expire . When NULL they are never expire |
AccessLevel.Administration | INT | 1 |
Minimum required access level to be administrator |
Key | Value | Default value | Description |
---|---|---|---|
Style.folder |
'folder_small' or 'folder_big'
|
'folder_small' |
Select the Folder Style |
UI.FolderSearchPrefix | String | '::' |
Folder search Prefix |
StrictTagging.enable | Boolean | true |
Enable strict tagging. (See Tags) |
QuickAccess.Enable | String | true |
Enable the Quick Access dropdown menu |
QuickAccess.Title | String | "QuickAccess " |
Set the Title of the dropdown menu |
QuickAccess.Menu | Array | $links |
Set the dropdown menu entrys |