chore: remove /invite
route preparatory to launch
This commit is contained in:
parent
3f9e39d244
commit
3a66944080
3 changed files with 0 additions and 84 deletions
|
@ -71,25 +71,11 @@ export default defineNuxtConfig({
|
|||
},
|
||||
},
|
||||
runtimeConfig: {
|
||||
deployUrl: !isCI
|
||||
? 'http://localhost:5314'
|
||||
: isPreview
|
||||
? process.env.DEPLOY_PRIME_URL
|
||||
: 'https://elk.zone',
|
||||
cloudflare: {
|
||||
accountId: '',
|
||||
namespaceId: '',
|
||||
apiToken: '',
|
||||
},
|
||||
discord: {
|
||||
inviteUrl: 'https://chat.elk.zone',
|
||||
},
|
||||
github: {
|
||||
// oauth flow
|
||||
clientId: '',
|
||||
clientSecret: '',
|
||||
inviteToken: '',
|
||||
},
|
||||
public: {
|
||||
env: '', // set in build-env module
|
||||
buildInfo: {} as BuildInfo, // set in build-env module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue