Skip to content

Commit 0fabe4f

Browse files
committed
typo and remove example hash
1 parent 21d08bd commit 0fabe4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/server/upgrade/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Perform the migration:
1717

1818
<MigrationType type="EE" />
1919

20-
1. Add/modify environment variables in [.prod.env]([prod.env](https://github.com/MerginMaps/server/blob/master/.prod.env#L57))
20+
1. Add/modify environment variables in [.prod.env](https://github.com/MerginMaps/server/blob/master/.prod.env#L57)
2121

2222
```bash
23-
SECURITY_EMAIL_SALT='b1UHe3sa3kc6r8ieTt8U'
24-
SECURITY_BEARER_SALT='k1Cv9X7sMIxUa7bScMhH'
23+
SECURITY_EMAIL_SALT='<YOUR STRONG HASH>'
24+
SECURITY_BEARER_SALT='<YOUR STRONG HASH>'
2525
```
2626

2727
2. Start up your docker containers

0 commit comments

Comments
 (0)