# These configurations files are ignored and managed locally. These scripts will be copied from example when running the npm script configure that is called from npm run-script build
src/config/icat/icatPlus.js
src/config/icat/icat.js
# See https://help.github.com/ignore-files/ for more about ignoring files.
# personal folders. Not for production
/forDevOnly
/doc
# dependencies
/node_modules
# testing
/coverage
# production
/build
# Configurations files
/src/config/icat/icat.js
# misc
.DS_Store
# Local environment files
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Dependencies
/node_modules/
# eclipse
.settings
# Build outputs, reports and cache folders
/coverage/
/build/
/lib-cov/
/.nyc_output/
/.npm/
/.eslintcache/
# Logs
logs
*.log
# Miscellaneous
*~
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
Environment variables are loaded automatically from [environment files](https://create-react-app.dev/docs/adding-custom-environment-variables/#what-other-env-files-can-be-used)(`.env`,`.env.test`, etc.) Create React App reads the files based on the Node environment (`NODE_ENV`).
Create React App loads environment variables from [environment files](https://create-react-app.dev/docs/adding-custom-environment-variables/#what-other-env-files-can-be-used)(<kbd>.env</kbd>, <kbd>.env.test</kbd>, etc.) according to the Node environment (`NODE_ENV`).
File <kbd>.env</kbd> is loaded in every environment with the lowest priority and is therefore used to declare default values and development fallbacks.
The following variable is currently loaded from the environment:
The following portal configuration variable is currently declared in <kbd>.env</kbd>:
-`REACT_APP_ICATPLUS_URL` - the URL of the ICAT+ server (cf.<kbd>src/config/icatPlus.js</kbd>)
-`REACT_APP_ICATPLUS_URL` - the URL of the ICAT+ server (used in<kbd>src/config/icatPlus.js</kbd>)
In development, you can override any of the portal variables defined in `.env` by creating a file called `.env.local`. This file will not be committed to version control.
In development, you can override this variable by creating a file called `.env.local`. This file is ignored from version control.
"doc":"npm run Readme:ConfigDoc:ICAT && npm run Readme:ConfigDoc:ICAT:ReplaceCodeSection && npm run Readme:ConfigDoc:ICATPlus && npm run Readme:ConfigDoc:ICATPlus:ReplaceCodeSection && npm run Readme:ConfigDoc:Config && npm run Readme:ConfigDoc:Config:ReplaceCodeSection",