Skip to content

Commit cc2d67b

Browse files
committed
took out webhook url from .env.example as its uneeded, and edited comment in electron-main.dev.js about dev tools being initiated there - it is not anymore
1 parent d9bbf8f commit cc2d67b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.env.example

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55

66
SLACK_CLIENT_SECRET = "ENTER_CLIENT_SECRET_HERE"
77
SLACK_CLIENT_ID = "ENTER_CLIENT_ID_HERE"
8-
SLACK_WEBHOOK_URL = "ENTER WEBHOOK URL HERE"
98
SLACK_REDIRECT_URI = "REDIRECT URL HERE"
109

1110
# https://www.npmjs.com/package/dotenv
1211
# https://www.npmjs.com/package/quasar-dotenv
13-
# https://v1.quasar.dev/quasar-cli/handling-process-env
14-
# https://v1.quasar.dev/quasar-cli/quasar-conf-js#using-dotenv
12+
# https://v1.quasar.dev/quasar-cli/handling-process-env
13+
# https://v1.quasar.dev/quasar-cli/quasar-conf-js#using-dotenv

src-electron/main-process/electron-main.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* This file is used specifically and only for development. It installs
3-
* `electron-debug` & `vue-devtools`. There shouldn't be any need to
3+
* `electron-debug`. There shouldn't be any need to
44
* modify this file, but it can be used to extend your development
55
* environment.
66
*/

0 commit comments

Comments
 (0)