aaaaaa
release-tag / release-image (push) Successful in 32s

This commit is contained in:
2024-07-31 19:25:22 +02:00
parent c2674be596
commit 8dbb64a540
+1 -1
View File
@@ -5,7 +5,7 @@ export default defineNuxtConfig({
runtimeConfig: { runtimeConfig: {
public: { public: {
endpoint: endpoint:
process.env.NUXT_PUBLIC_ENDPOINT || "https://playtest.legonzaur.fr", // can be overridden by NUXT_PUBLIC_ENDPOINT environment variable process.env.NUXT_PUBLIC_ENDPOINT || "https://playtest.legonzaur.fr/api", // can be overridden by NUXT_PUBLIC_ENDPOINT environment variable
discordLoginEndpoint: process.env.NUXT_PUBLIC_DISCORD_LOGIN_ENDPOINT, discordLoginEndpoint: process.env.NUXT_PUBLIC_DISCORD_LOGIN_ENDPOINT,
}, },
}, },