Skip to content

Commit

Permalink
Merge pull request #5 from Worklenz/fix/docs-update
Browse files Browse the repository at this point in the history
docs: updated SETUP_THE_PROJECT.md and removed secret files from .env
  • Loading branch information
chamikaJ authored May 17, 2024
2 parents 083a164 + a828fe0 commit 3040923
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions SETUP_THE_PROJECT.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Getting started with development is a breeze! Follow these steps and you'll be c
3. **Run the frontend:**
```bash
npm start
```

4. Navigate to [http://localhost:4200](http://localhost:4200)

Expand Down
4 changes: 2 additions & 2 deletions worklenz-backend/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
NODE_ENV=development
PORT=3000
SESSION_NAME=worklenz.sid
SESSION_SECRET="%7Z3Vn$d2sJdhbwXdZp2GhhDH6f5Z%_43bX#B-@fA=ntXVDsq$b=AuUm_NXZ7hTX?3EKpHwdAsnbUm-Sv!&bcX=xy2pfkwnTfeW$qhVu4_L&N-+s6gUY2V$%E=fDU^a?8ghjav?b!aGPfvAb7yKzSRR#4YsfgrHfMARQBmgF*_AzsHV@2=Jgz?wtERUHLDPh4R6t3VH7UydrgtQG24SaD?q_qFM_PX*_QDYs!8*An=aEpbbMJMVFj5t43_wWM$mM"
COOKIE_SECRET="CeD=C+_2LSSFF_qJ@cCz_$=KQv=ZrxU?DDL9$9%Yrd^yeeZ&h#QCSvX@u9^M!y%fnw^SU$-MQetU!eKLWR@n_pafJSU%*?nvr&qKgnUsj?5+Jnw$rFuPGWej-L&Cznk+rcKZ#8%Wcr$y%KAzCp597Z2Tnt?gkx=xsc%RNjcfkYeA=94JnLJxKur8p*HJ4?Q#5U%@BMhR4n67a-rZJEvnkFgxVcvaLdmEjXFe#26UkJV799MPP5wU7-&fpx4Vfkf="
SESSION_SECRET="YOUR_SESSION_SECRET_HERE"
COOKIE_SECRET="YOUR_COOKIE_SECRET_HERE"

# CORS
SOCKET_IO_CORS=http://localhost:4200
Expand Down
2 changes: 1 addition & 1 deletion worklenz-backend/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
// bail: 0,

// The directory where Jest should store its cached dependency information
// cacheDirectory: "C:\\Users\\dinindu\\AppData\\Local\\Temp\\jest",
// cacheDirectory: "",

// Automatically clear mock calls and instances between every test
clearMocks: true,
Expand Down

0 comments on commit 3040923

Please sign in to comment.