Skip to content

Commit

Permalink
feat: remove FSXA_HOST and FSXA_PORT env vars (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
p-runge authored Feb 8, 2022
1 parent 5625f8e commit c1d7f2f
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 25 deletions.
2 changes: 0 additions & 2 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ USER node
EXPOSE 3000
ENV NUXT_HOST=0.0.0.0
ENV NUXT_PORT=3000
ENV FSXA_HOST=...
ENV FSXA_PORT=...
ENV FSXA_API_KEY=...
ENV FSXA_CAAS=...
ENV FSXA_PROJECT_ID=...
Expand Down
4 changes: 0 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ const config: NuxtConfig = {
publicRuntimeConfig: {
NUXT_HOST: process.env.NUXT_HOST,
NUXT_PORT: process.env.NUXT_PORT,
FSXA_HOST: process.env.FSXA_HOST,
FSXA_PORT: process.env.FSXA_PORT,
FSXA_MODE: process.env.FSXA_MODE,
FSXA_MAPS_APIKEY: process.env.FSXA_MAPS_APIKEY
},
Expand Down Expand Up @@ -66,8 +64,6 @@ const config: NuxtConfig = {
{
NUXT_HOST: process.env.NUXT_HOST,
NUXT_PORT: process.env.NUXT_PORT,
FSXA_HOST: process.env.FSXA_HOST,
FSXA_PORT: process.env.FSXA_PORT,
FSXA_MODE: process.env.FSXA_MODE
}
]
Expand Down
61 changes: 45 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@nuxt/core": "^2.15.8",
"@nuxtjs/axios": "^5.13.6",
"fsxa-nuxt-module": "^4.0.5",
"fsxa-nuxt-module": "^5.0.0",
"nuxt-start": "^2.15.8"
},
"devDependencies": {
Expand Down Expand Up @@ -69,8 +69,8 @@
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": ">=2.0.0",
"eslint-plugin-prettier": "^4.0.0",
"fsxa-api": "^7.0.1",
"fsxa-pattern-library": "^5.1.1",
"fsxa-api": "^8.0.0",
"fsxa-pattern-library": "^6.0.0",
"fsxa-ui": "^4.1.0",
"husky": "^4.0.0",
"jest": "^24.1.0",
Expand Down

0 comments on commit c1d7f2f

Please sign in to comment.