master
Jing Li 2022-11-25 16:39:57 +08:00
commit 7a3698d21e
3 changed files with 11 additions and 0 deletions

5
.env.example 100644
View File

@ -0,0 +1,5 @@
DB_HOST=47.108.227.246
DB_PORT=5432
DB_DATABASE=lcly
DB_USERNAME=lcly
DB_PASSWORD=27fvduxcU1tj2xGQ

2
.gitignore vendored 100644
View File

@ -0,0 +1,2 @@
.env
healthbeat.log

4
requirements.txt 100644
View File

@ -0,0 +1,4 @@
numpy==1.23.5
opencv-python==4.6.0.66
psycopg2-binary==2.9.5
python-dotenv==0.21.0