forked from totaljs/helpdesk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config
25 lines (18 loc) · 970 Bytes
/
config
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
name : HelpDesk
version : 1.0.0
author : Peter Širka
url : https://helpdesk.totaljs.com
// IMPORTANT: update the connection string below
database : postgre://user:[email protected]/database
// Custom SMTP settings
mail-smtp : smtp.domain.com
// mail-smtp-options : {"user":"","password":""}
mail-address-from : [email protected]
auth.cookie : __user
auth.secret : HeLlUser
// Gmail SMTP settings
// mail-smtp : smtp.gmail.com
// mail-smtp-options : {"port":465,"secure":true,"user":"ENTER_YOUR_EMAIL","password":"ENTER_YOUR_PASSWORD","rejectUnauthorized":true}
// Office365 SMTP settings
// mail-smtp : smtp.office365.com
// mail-smtp-options : {"port":587,"secure":false,"user":"ENTER_YOUR_EMAIL","password":"ENTER_YOUR_PASSWORD","tls":{"ciphers":"SSLv3"}}