We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d08bd commit 0fabe4fCopy full SHA for 0fabe4f
src/server/upgrade/index.md
@@ -17,11 +17,11 @@ Perform the migration:
17
18
<MigrationType type="EE" />
19
20
-1. Add/modify environment variables in [.prod.env]([prod.env](https://github.com/MerginMaps/server/blob/master/.prod.env#L57))
+1. Add/modify environment variables in [.prod.env](https://github.com/MerginMaps/server/blob/master/.prod.env#L57)
21
22
```bash
23
- SECURITY_EMAIL_SALT='b1UHe3sa3kc6r8ieTt8U'
24
- SECURITY_BEARER_SALT='k1Cv9X7sMIxUa7bScMhH'
+ SECURITY_EMAIL_SALT='<YOUR STRONG HASH>'
+ SECURITY_BEARER_SALT='<YOUR STRONG HASH>'
25
```
26
27
2. Start up your docker containers
0 commit comments