File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
docs/getting-started/server Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ integration.
6363File uploads are stored using one of two methods.
6464
6565- Azure Storage is used by our production cloud instance.
66-
6766 - Docker will create a local [ Azurite] ( https://github.com/Azure/Azurite ) instance which emulates
6867 the Azure Storage API. And is used for the primary testing.
6968 - We also have a test Azure Storage account for development use. The user secrets for this are
@@ -169,7 +168,6 @@ services).
169168
1701695 . Spin up the required services locally, using a unique port for each running instance. ** The ports
171170 must match the ports in the ` reverse-proxy.conf ` in the ` upstream ` configuration blocks.**
172-
173171 - ** Command line** _ (in separate terminals)_
174172 ``` bash
175173 # 1st instance
Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ facilitate easy customization.
7373
7474 Your MSSQL password must comply with the following
7575 [password complexity guidelines](https://docs.microsoft.com/en-us/sql/relational-databases/security/password-policy? view=sql-server-ver15#password-complexity)
76-
7776 - It must be at least eight characters long.
7877 - It must contain characters from three of the following four categories:
7978 - Latin uppercase letters (A through Z)
@@ -213,7 +212,6 @@ repository.
213212 </Bitwarden>
214213
2152142. Update `secrets.json` with your own values:
216-
217215 - `sqlServer` > `connectionString`: insert your password where indicated
218216
219217 <Community>
You can’t perform that action at this time.
0 commit comments