Initial stage

This commit is contained in:
Stan
2026-04-09 19:15:39 +02:00
commit d9f0b21b10
35 changed files with 3318 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
PORT=3000
DB_HOST=127.0.0.1
DB_PORT=3306
DB_NAME=check_list
DB_USER=check_list_user
DB_PASSWORD=check_list_password
DB_CONNECTION_LIMIT=5