Skip to content

Commit 74ba498

Browse files
committed
fix: update CORS_ORIGIN description in README and remove unused tsconfig option
1 parent 98021d8 commit 74ba498

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ npx prisma generate
3636
| ------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
3737
| `PORT` | HTTP port (default 4001) |
3838
| `DATABASE_URL` | PostgreSQL connection string (e.g., `postgresql://user:pass@localhost:5432/auralyze_api`) |
39-
| `CORS_ORIGIN` | Allowed origins for CORS (e.g., `http://localhost:3000` or comma-separated list) |
39+
| `CORS_ORIGIN` | Allowed origins for CORS (e.g., `http://localhost:3000` or comma-separated list) |
4040
| `CERBERUS_BASE_URL` | Cerberus IAM host (e.g., `https://cerberus.example.com`) |
4141
| `CERBERUS_CLIENT_ID` | OAuth2 client ID used for token introspection |
4242
| `CERBERUS_CLIENT_SECRET` | OAuth2 client secret used for token introspection |

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"skipLibCheck": true,
1212
"forceConsistentCasingInFileNames": true,
1313
"resolveJsonModule": true,
14-
"allowImportingTsExtensions": true,
1514
"types": ["node"]
1615
},
1716
"include": ["src", "test", "vitest.config.ts"],

0 commit comments

Comments
 (0)