feat: add invite link for easier onboarding (#481)

This commit is contained in:
Daniel Roe 2022-12-20 22:39:04 +00:00 committed by GitHub
parent dfc24370d8
commit 3907199a54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 79 additions and 0 deletions

View file

@ -71,6 +71,15 @@ export default defineNuxtConfig({
namespaceId: '',
apiToken: '',
},
discord: {
inviteUrl: 'https://chat.elk.zone',
},
github: {
// oauth flow
clientId: '',
clientSecret: '',
inviteToken: '',
},
public: {
env: isCI ? isPreview ? 'staging' : 'production' : 'local',
pwaEnabled: !isDevelopment || process.env.VITE_DEV_PWA === 'true',