Skip to content

Commit

Permalink
Merge pull request #433 from gobitfly/NOBIDS/add_built_time_env_vars
Browse files Browse the repository at this point in the history
add new built time env vars
  • Loading branch information
peterbitfly authored Jun 11, 2024
2 parents 3683a22 + 6576be8 commit adf3842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ export default defineNuxtConfig({
gitVersion,
domain: process.env.PUBLIC_DOMAIN,
v1Domain: process.env.PUBLIC_V1_DOMAIN,
stripeBaseUrl: process.env.NUXT_PUBLIC_STRIPE_BASE_URL,
stripeBaseUrl: process.env.PUBLIC_STRIPE_BASE_URL,
logIp: '',
logFile: '',
showInDevelopment: '',
chainIdByDefault: ''
chainIdByDefault: process.env.PUBLIC_CHAIN_ID_BY_DEFAULT
},
private: {
apiServer: process.env.PRIVATE_API_SERVER,
Expand Down

0 comments on commit adf3842

Please sign in to comment.