Skip to content

Commit d769929

Browse files
committed
update prettier and run
1 parent f5ca87c commit d769929

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/getting-started/server/advanced-setup.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ integration.
6363
File 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

170169
5. 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

docs/getting-started/server/guide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
215214
2. Update `secrets.json` with your own values:
216-
217215
- `sqlServer` > `connectionString`: insert your password where indicated
218216
219217
<Community>

0 commit comments

Comments
 (0)