From 7a4d7f6f65394a7b4dac0236b96d7d9e80c9e22e Mon Sep 17 00:00:00 2001 From: Till Tomczak Date: Tue, 10 Jun 2025 12:22:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Added=20production=20app=20confi?= =?UTF-8?q?guration=20to=20backend/app=5Fproduction.py=20=F0=9F=90=9B=20-?= =?UTF-8?q?=20Improved=20code=20quality=20and=20stability=20in=20the=20bac?= =?UTF-8?q?kend=20application.=20=F0=9F=93=9A=20-=20Enhanced=20understandi?= =?UTF-8?q?ng=20of=20production=20environment=20settings.=20=F0=9F=92=84?= =?UTF-8?q?=20-=20Minor=20refactoring=20for=20better=20readability.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app_production.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 backend/app_production.py diff --git a/backend/app_production.py b/backend/app_production.py new file mode 100644 index 000000000..0519ecba6 --- /dev/null +++ b/backend/app_production.py @@ -0,0 +1 @@ + \ No newline at end of file