-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcustomSettings.php.example
More file actions
27 lines (21 loc) · 950 Bytes
/
customSettings.php.example
File metadata and controls
27 lines (21 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php
$youtrackUrl = 'http://example.com'; // e.g. 'http://example.com/example' or 'http://example.com'
$user = 'user';
$password = 'password';
// cache ajax project custom field lookups
$cache = true; // true or false
$authenticationType = 'cookie'; // cookie/password/file
// cookie encryption key -- change this
$cookieEncryptionKey = '2Bg4IghaISDJBcjpwcechHEsvfz4maISfMAQdcuSRKRxRfiqG2HtFLKCZ1GOsqrIOPXU0hjsEqfaMFdntt5TyQvsJwtfJ41aVBAO2Bg4IghaISDJBcjpwcechHEsvfz4maISfMAQdcuSRKRxRfiqG2HtFLKCZ1GOsqrIOPXU0hjsEqfaMFdntt5TyQvsJwtfJ41aVBAO';
// export and log file and folder permissions
$folderPermissions = 0775;
$filePermissions = 0660;
// ---- create by form ----
//
//ticket successful transfer leg
$createByFormTransferLog = false; // true or false
$createByFormTransferErrorLog = true; //true or false
// ---- time tracker ----
//
// number of time tracker form edits kept on server.
$timeTrackerKeptEdits = 5 ; // use 0 for all edits