mirror of
https://github.com/ArthurDanjou/artmcp.git
synced 2026-01-14 14:44:21 +01:00
fix: supprimer les clés de configuration inutilisées dans .env.example et nuxt.config.ts
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
NUXT_HUB_PROJECT_KEY=
|
||||
|
||||
NUXT_DISCORD_ID=
|
||||
NUXT_DISCORD_TOKEN=
|
||||
NUXT_DISCORD_USER_ID=
|
||||
@@ -12,7 +10,5 @@ NUXT_WAKATIME_USER_ID=
|
||||
|
||||
NUXT_STATUS_PAGE=
|
||||
|
||||
NUXT_PUBLIC_HELLO_TEXT=
|
||||
|
||||
STUDIO_GITHUB_CLIENT_ID=
|
||||
STUDIO_GITHUB_CLIENT_SECRET=
|
||||
@@ -17,9 +17,6 @@ export default defineNuxtConfig({
|
||||
},
|
||||
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
helloText: 'Hello from the Edge 👋'
|
||||
},
|
||||
discord: {
|
||||
userId: '',
|
||||
id: '',
|
||||
|
||||
Reference in New Issue
Block a user