diff --git a/server/scripts/install.md b/server/scripts/install.md index 0758564..b1dccaa 100644 --- a/server/scripts/install.md +++ b/server/scripts/install.md @@ -53,7 +53,7 @@ JWT_ACCESS_EXPIRATION="1h" JWT_REFRESH_EXPIRATION="7d" # this code will need to be used when a user needs to have access to everything. -SECRETOVERRIDECODE="mVSDCpBdxreIJ979ziI71GRubBc2mqVqvZdfA22CB7smBfqlE9S3rKTE909yCHte" +SECRETOVERRIDECODE="supersecretKey" # Database url - please change the password if this is all you changed DATABASE_URL="postgresql://postgres:PASSWORD@localhost:5432/lst_db"