Browse Source

feat:代码上传

TzuxinChen 3 months ago
parent
commit
4702eef64a
2 changed files with 8 additions and 0 deletions
  1. 4 0
      .env.example
  2. 4 0
      .gitignore

+ 4 - 0
.env.example

@@ -0,0 +1,4 @@
+BASE_URL=http://localhost:8000
+USERNAME=admin
+PASSWORD=password
+DB_URL="postgresql://postgres:password@localhost:5432/postgres?sslmode=disable"

+ 4 - 0
.gitignore

@@ -0,0 +1,4 @@
+.idea
+fastapi_main.py
+__pycache__
+.env