mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
66bd8be2c9
* Set environment URLs in webpack config. * Provide non NULL dev server * QA env uses the pq TLD * Include icons in qa env * Move base configs to develop. local configurations should be done in the `./config/local.json` file. * Fix config override loading to default to development * Standardize url formatting * Limit QA settings to those set in production * Set self hosted in a config * Specify cloud instead of production Self hosted and cloud are both production environments. The ENV setting is used to specify the env type while NODE_ENV specifies whether development error handling and services. * Update config instructions * Remove invalid json * Change env `production` references to `cloud` * Fix formatting
16 lines
142 B
Plaintext
16 lines
142 B
Plaintext
.vs
|
|
.idea
|
|
.DS_Store
|
|
node_modules
|
|
npm-debug.log
|
|
vwd.webinfo
|
|
css/
|
|
dist/
|
|
*.pem
|
|
*.crx
|
|
*.zip
|
|
*.swp
|
|
build/
|
|
!dev-server.shared.pem
|
|
config/local.json
|