Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 3
and
Version 4
of
Security
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
09/30/25 16:24:12 (
2 weeks
ago)
Author:
223075
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Security
v3
v4
13
13
== .env ==
14
14
{{{
15
JWT_SECRET=
change_this_in_production
16
CORS_ORIGIN=
http://localhost:3000
17
RATE_LIMIT_WINDOW_MS=
900000
18
RATE_LIMIT_MAX=
50
19
PORT=
5000
15
JWT_SECRET=
16
CORS_ORIGIN=
17
RATE_LIMIT_WINDOW_MS=
18
RATE_LIMIT_MAX=
19
PORT=
20
20
}}}
21
21