This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
bitwarden-browser
Watch
1
Star
0
Fork
0
You've already forked bitwarden-browser
mirror of
https://github.com/bitwarden/browser.git
synced
2024-11-02 08:40:08 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
fb89421b09
bitwarden-browser
/
config
/
base.json
4 lines
19 B
JSON
Raw
Normal View
History
Unescape
Escape
New client configuration pattern (#937) * adding in initial config files * working config files * updating the client config pattern to default to dev instead of prod * updating the npm script commands and docs * Adding a helpful debugging log for the webpack build * adding in more supporting documentation for running against production * updating README.md and removing the unneeded ENV var
2021-04-21 20:29:33 +02:00
{
Set urls from config file (#1151) * 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
2021-08-25 20:15:31 +02:00
"urls"
:
{
}
New client configuration pattern (#937) * adding in initial config files * working config files * updating the client config pattern to default to dev instead of prod * updating the npm script commands and docs * Adding a helpful debugging log for the webpack build * adding in more supporting documentation for running against production * updating README.md and removing the unneeded ENV var
2021-04-21 20:29:33 +02:00
}
Reference in New Issue
Copy Permalink