This repository was archived by the owner on Dec 5, 2022. It is now read-only.
Possibility to switch between different environments#340
Open
fourhundredfour wants to merge 5 commits into
Open
Possibility to switch between different environments#340fourhundredfour wants to merge 5 commits into
fourhundredfour wants to merge 5 commits into
Conversation
…ment url To avoid a complicated setup, there is now a function to dynamically replace the fragment url by putting the area you want to replace in curly brackets. This way you have a simple setup for different environments. So you get the possibility to switch the environment via the environment variable if necessary. e.g. production: ZALANDO_HEADER_HOST: header.zalando.de staging: ZALANDO_HEADER_HOST: header.staging.zalando.de
I added the parser options and set them to ECMAScript2018, so that the spread operator is recognized by ESLint and green builds can be produced again.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#329