add NOTIFY_TITLE - Optional title for notifications, e.g. Pushover, #69
This commit is contained in:
parent
e73d3d47d7
commit
114631da4d
3 changed files with 4 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ export const cfg = {
|
|||
login_timeout: (Number(process.env.LOGIN_TIMEOUT) || 180) * 1000, // higher timeout for login, will wait twice: prompt + wait for manual login
|
||||
novnc_port: process.env.NOVNC_PORT, // running in docker if set
|
||||
notify: process.env.NOTIFY, // apprise notification services
|
||||
notify_title: process.env.NOTIFY_TITLE, // apprise notification title
|
||||
get dir() { // avoids ReferenceError: Cannot access 'dataDir' before initialization
|
||||
return {
|
||||
browser: process.env.BROWSER_DIR || dataDir('browser'), // for multiple accounts or testing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue