Unfurling of Slack links (#487)
* First pass: Unfurling of Slack links * Add authentication in db * Call associate on Event correctly * Add SLACK_APP_ID, remove SLACK_REDIRECT_URI, tidy env sample * PR feedback * Comment clarify
This commit is contained in:
@ -10,7 +10,7 @@ const definePlugin = new webpack.DefinePlugin({
|
||||
__PRERELEASE__: JSON.stringify(
|
||||
JSON.parse(process.env.BUILD_PRERELEASE || 'false')
|
||||
),
|
||||
SLACK_REDIRECT_URI: JSON.stringify(process.env.SLACK_REDIRECT_URI),
|
||||
SLACK_APP_ID: JSON.stringify(process.env.SLACK_APP_ID),
|
||||
BASE_URL: JSON.stringify(process.env.URL),
|
||||
BUGSNAG_KEY: JSON.stringify(process.env.BUGSNAG_KEY),
|
||||
DEPLOYMENT: JSON.stringify(process.env.DEPLOYMENT || 'hosted'),
|
||||
|
Reference in New Issue
Block a user