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 fc18336 commit 21d08bdCopy full SHA for 21d08bd
src/server/upgrade/index.md
@@ -17,10 +17,11 @@ Perform the migration:
17
18
<MigrationType type="EE" />
19
20
-1. Add new mandatory environment variables
+1. Add/modify environment variables in [.prod.env]([prod.env](https://github.com/MerginMaps/server/blob/master/.prod.env#L57))
21
+
22
```bash
- SECURITY_EMAIL_SALT=''
23
- SECURITY_BEARER_SALT=''
+ SECURITY_EMAIL_SALT='b1UHe3sa3kc6r8ieTt8U'
24
+ SECURITY_BEARER_SALT='k1Cv9X7sMIxUa7bScMhH'
25
```
26
27
2. Start up your docker containers
0 commit comments