Skip to content

Commit 21d08bd

Browse files
committed
More information related with new envs
1 parent fc18336 commit 21d08bd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/server/upgrade/index.md

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

1818
<MigrationType type="EE" />
1919

20-
1. Add new mandatory environment variables
20+
1. Add/modify environment variables in [.prod.env]([prod.env](https://github.com/MerginMaps/server/blob/master/.prod.env#L57))
21+
2122
```bash
22-
SECURITY_EMAIL_SALT=''
23-
SECURITY_BEARER_SALT=''
23+
SECURITY_EMAIL_SALT='b1UHe3sa3kc6r8ieTt8U'
24+
SECURITY_BEARER_SALT='k1Cv9X7sMIxUa7bScMhH'
2425
```
2526

2627
2. Start up your docker containers

0 commit comments

Comments
 (0)