Skip to content

Commit

Permalink
fix: rename env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
felixleo22 committed Oct 17, 2023
1 parent d0e7f4f commit 91b43b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineNuxtConfig({
updateHost: process.env.NUXT_PUBLIC_UPDATE_HOST || 'http://localhost:59702',
enrichHost: process.env.NUXT_PUBLIC_ENRICH_HOST || 'http://localhost:59703',
apikeyHost: process.env.NUXT_PUBLIC_APIKEY_HOST || 'http://localhost:59704',
mailHost: process.env.NUXT_PUBLIC_UPDATE_HOST || 'http://localhost:59705',
mailHost: process.env.NUXT_PUBLIC_MAIL_HOST || 'http://localhost:59705',
healthHost: process.env.NUXT_PUBLIC_HEALTH_HOST || 'http://localhost:59707',
elasticEnv: process.env.NUXT_PUBLIC_ELASTIC_ENV || 'development',
version: process.env.NUXT_PUBLIC_VERSION || 'development',
Expand Down

0 comments on commit 91b43b7

Please sign in to comment.