From 8de44c210c7d6943db83a679f11f2adce9fc9647 Mon Sep 17 00:00:00 2001 From: pe2mf94ah <2897077307@qq.com> Date: Fri, 27 Dec 2024 15:48:03 +0800 Subject: [PATCH] ADD file via upload --- main | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 main diff --git a/main b/main new file mode 100644 index 0000000..05e7bd8 --- /dev/null +++ b/main @@ -0,0 +1,8 @@ +FLASK_APP=run.py +FLASK_ENV=development +SECRET_KEY=your-secret-key-here +MYSQL_HOST=localhost +MYSQL_PORT=3306 +MYSQL_USER=root +MYSQL_PASSWORD=your_password +MYSQL_DATABASE=ca_system \ No newline at end of file