From 539d13592e03177620b8522a43012d1c3da7229d Mon Sep 17 00:00:00 2001 From: ayou <550244300@qq.com> Date: Thu, 28 Aug 2025 21:15:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/.env.prod | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 backend/.env.prod diff --git a/backend/.env.prod b/backend/.env.prod new file mode 100644 index 0000000..6e9412f --- /dev/null +++ b/backend/.env.prod @@ -0,0 +1,10 @@ +RUST_LOG=info,udmin=debug +APP_ENV=prod +APP_HOST=0.0.0.0 +APP_PORT=9898 +DB_URL=mysql://root:109ysy!@149.104.0.182:3306/udmin +JWT_SECRET=dev_secret_change_me +JWT_ISS=udmin +JWT_ACCESS_EXP_SECS=1800 +JWT_REFRESH_EXP_SECS=1209600 +CORS_ALLOW_ORIGINS=http://localhost:5173,http://localhost:5174,http://localhost:5175 \ No newline at end of file