Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make env variables accessible in Nuxt module #53

Merged
merged 2 commits into from
Dec 15, 2021

Conversation

p-runge
Copy link
Contributor

@p-runge p-runge commented Dec 13, 2021

No description provided.

@p-runge p-runge force-pushed the alpha-tmp branch 4 times, most recently from 3bc5302 to 5100dd8 Compare December 15, 2021 09:36
Update fsxa dependency versions
@nico-mcalley nico-mcalley merged commit 30e0335 into e-Spirit:alpha-tmp Dec 15, 2021
nico-mcalley added a commit that referenced this pull request Dec 15, 2021
* feat(compatibility): add feature for navigation filter and ensure compatibility to new component versions
* fix: make env variables accessible in Nuxt module (#53)

BREAKING CHANGE:
The original fsxa-api class was removed and the new ones FSXAProxyApi and FSXARemoteApi are used. Their have a slightly different, but better, method signatures. For more information, please read the migration guide in the CHANGELOG of the FSXA-API.

Environment variables FSXA_HOST and FSXA_PORT has be configured in your production environments. Make sure to set the variables in your PWA deployments. In testing scenarios, localhost:3000 will be used.
github-actions bot pushed a commit that referenced this pull request Dec 15, 2021
# [2.0.0](v1.4.5...v2.0.0) (2021-12-15)

### Features

* enable usage of navigationFilter and preFilterFetch ([#54](#54)) ([228aaec](228aaec)), closes [#53](#53)

### BREAKING CHANGES

* The original fsxa-api class was removed and the new ones FSXAProxyApi and FSXARemoteApi are used. Their have a slightly different, but better, method signatures. For more information, please read the migration guide in the CHANGELOG of the FSXA-API.

Environment variables FSXA_HOST and FSXA_PORT has be configured in your production environments. Make sure to set the variables in your PWA deployments. In testing scenarios, localhost:3000 will be used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants