Skip to content

Commit 9b45e58

Browse files
Merge branch 'main' into genspark_ai_developer
2 parents 8892373 + 0dd1a89 commit 9b45e58

123 files changed

Lines changed: 41343 additions & 10878 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120:

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"Python lines 0"

_headers

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
X-Frame-Options: DENY
33
X-Content-Type-Options: nosniff
44
Referrer-Policy: strict-origin-when-cross-origin
5-
Permissions-Policy: interest-cohort=()
65
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload

_redirects

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
/api/* /api/:splat 200
21
/* /index.html 200

artifacts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ On validation failure with `--json`, output is:
6868
{"status": "error", "error": "..."}
6969
```
7070

71-
Exit behavior: all CLI tools return `0` on success and `1` on
71+
Exit behavior: all command-line tools return `0` on success and `1` on
7272
validation/check failure.
7373

7474
The validator performs:

backend/.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ REDIS_PASSWORD=
3232

3333
# === JWT CONFIGURATION ===
3434
# Generate with: node -e "console.log(require('crypto').randomBytes(64).toString('hex'))"
35-
JWT_SECRET=your_jwt_secret_key_minimum_32_characters_long
36-
JWT_REFRESH_SECRET=your_jwt_refresh_secret_key_minimum_32_characters_long
35+
JWT_SECRET=REDACTED_JWT_SECRET_PLACEHOLDER
36+
JWT_REFRESH_SECRET=REDACTED_JWT_REFRESH_SECRET_PLACEHOLDER
3737
JWT_EXPIRY=15m
3838
JWT_REFRESH_EXPIRY=7d
3939

0 commit comments

Comments
 (0)