feat: add invite link for easier onboarding (#481)
This commit is contained in:
parent
dfc24370d8
commit
3907199a54
3 changed files with 79 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue