1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00
bitwarden-server/dev
Matt Gibson 4814cef245
Feature/self hosted development (#1921)
* Add self-host option to migration runner

* Add Self-host launch options

* Add self-hosted settings override

Let's a single secrets/env config file control both
cloud and self-hosted settings by allowing
overrides to cloud settings with self-hosted

* Allow dev-signed licenses on dev self-hosted

* Allow setting bitwarden cloud api url

Useful for testing api integration between installations and cloud

* Remove testing echoes

* Remove run config property groups

* Use `getopts` for options

* Pass in full environment
2022-03-21 17:13:00 -05:00
..
helpers/mssql Feature/self hosted development (#1921) 2022-03-21 17:13:00 -05:00
.env.example Add alternative databases to development docker-compose (#1797) 2022-01-12 14:17:30 +01:00
.gitignore Simplify development environment setup (#1588) 2021-10-13 19:30:03 +02:00
create_certificates_mac.sh Simplify development environment setup (#1588) 2021-10-13 19:30:03 +02:00
create_certificates_windows.ps1 Simplify development environment setup (#1588) 2021-10-13 19:30:03 +02:00
docker-compose.yml Add alternative databases to development docker-compose (#1797) 2022-01-12 14:17:30 +01:00
migrate.ps1 Use Azure SQL Edge for development (#1709) 2021-11-24 19:08:36 +01:00
secrets.json.example Add alternative databases to development docker-compose (#1797) 2022-01-12 14:17:30 +01:00
setup_azurite.ps1 Simplify development environment setup (#1588) 2021-10-13 19:30:03 +02:00
setup_secrets.ps1 Improve local dev setup for SSO project (#1664) 2021-11-03 07:12:43 +10:00