更新.gitignore文件,移除不必要的日志和编辑器配置文件,保留node_modules目录。

This commit is contained in:
sudomarcma
2025-07-23 17:28:44 +08:00
parent e659b2b455
commit 44c7ea552f
24 changed files with 197 additions and 30 deletions
+18
View File
@@ -0,0 +1,18 @@
SSL_ENABLED=true
SSL_KEY_PATH=key.pem
SSL_CERT_PATH=cert.pem
HTTPS_PORT=3443
HTTP_PORT=3000
DB_HOST=localhost
DB_USER=dev
DB_PASSWORD=678954
DB_NAME=dev
DB_PORT=3306
# JWT Secret - change this to a long, random string
JWT_SECRET=saofopfjaiosdfjioadjfioaspdfjoiaspfjidajf
# Server IP for mobile testing
SERVER_IP=192.168.36.54