Skip to content

Commit 4191eec

Browse files
authored
Merge pull request #2 from oslabs-beta/shanon
Shanon
2 parents 4cb6a3c + add8562 commit 4191eec

19 files changed

+6113
-376
lines changed

.env

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SLACK_CLIENT_SECRET = "6a6206cc93da2e49243ee9683f958438"
2+
SLACK_CLIENT_ID = "2696943977700.2696948669268"
3+
SLACK_REDIRECT_URI = "overvue://slack"
4+
5+
# SLACK_CLIENT_ID = 2863575808677.2851894215719
6+
# SLACK_CLIENT_SECRET = "f2298f5fbb83d842616711d19c829a45"
7+
# SLACK_REDIRECT_URI = "overvue://slack"

.env.development

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SLACK_CLIENT_SECRET = "6a6206cc93da2e49243ee9683f958438"
2+
SLACK_CLIENT_ID = "2696943977700.2696948669268"
3+
SLACK_REDIRECT_URI = "overvuedev://test"
4+
5+
# SLACK_CLIENT_ID = "2863575808677.2851894215719"
6+
# SLACK_CLIENT_SECRET = "f2298f5fbb83d842616711d19c829a45"
7+
# SLACK_REDIRECT_URI = "overvuedev://test"

.env.example

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#DO NOT DELETE THIS FILE, and follow instructions:
2+
# Required for Slack Oauth features
3+
# Create TWO files, one named ".env" and the second named ".env.development" in this directory, and give them the following variables
4+
# Any environment variables you create MUST also be created here in .env.example
5+
6+
SLACK_CLIENT_SECRET = "ENTER_CLIENT_SECRET_HERE"
7+
SLACK_CLIENT_ID = "ENTER_CLIENT_ID_HERE"
8+
SLACK_REDIRECT_URI = "REDIRECT URL HERE"
9+
10+
# https://www.npmjs.com/package/dotenv
11+
# https://www.npmjs.com/package/quasar-dotenv
12+
# https://v1.quasar.dev/quasar-cli/handling-process-env
13+
# https://v1.quasar.dev/quasar-cli/quasar-conf-js#using-dotenv

0 commit comments

Comments
 (0)