MicroFish/backend
Nyk 1413b9c01b fix: secure production defaults
- Default DEBUG to False instead of True
- Generate random SECRET_KEY if not set (no hardcoded fallback)
- Configure CORS origins from env instead of wildcard
- Default host to 127.0.0.1 instead of 0.0.0.0
- Add security headers (X-Content-Type-Options, X-Frame-Options, X-XSS-Protection)
2026-03-17 20:36:01 +07:00
..
app fix: secure production defaults 2026-03-17 20:36:01 +07:00
scripts Add UTF-8 encoding support for Windows in simulation_runner.py and run_parallel_simulation.py to resolve character encoding issues with third-party libraries. 2025-12-26 18:14:57 +08:00
pyproject.toml fix(file_parser): handle non-UTF-8 encoded text files with automatic encoding detection 2026-01-22 18:28:37 +08:00
requirements.txt fix(file_parser): handle non-UTF-8 encoded text files with automatic encoding detection 2026-01-22 18:28:37 +08:00
run.py fix: secure production defaults 2026-03-17 20:36:01 +07:00
uv.lock fix(file_parser): handle non-UTF-8 encoded text files with automatic encoding detection 2026-01-22 18:28:37 +08:00