You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[node-headless-ssr-proxy] [node-headless-ssr-experience-edge] Provide ability to use .env (#977)
* Created a .env file with all the variables we pull from process.env in the config.js file (with empty values). Added the dotenv package to load the variables from the .env file.
* Implemented the same changes to node-headless-ssr-experience-edge template. Added the require(dotenv).config() to the app entry points (index.js).
* Added comments on how to use the feature and changed .env files to .env.example
* Revert "Added comments on how to use the feature and changed .env files to .env.example"
This reverts commit 52bb689.
* Added PORT variable to node-headless-ssr-proxy/.env
* Created a .env file with all the variables we pull from process.env (with empty values). Added the dotenv package to load the variables from the .env file. Calling the dotenv config() in the index.js.
* Added new line at the end to node-headless-ssr-experience-edge/.env
0 commit comments