diff --git a/.env b/.env deleted file mode 100644 index faa4ce9..0000000 --- a/.env +++ /dev/null @@ -1,18 +0,0 @@ -# 服务配置 -SERVER_PORT=8080 -SESSION_SECRET=your-random-secret-key - -# 数据库(连接已有的远程 MySQL 实例) -DB_HOST=your-mysql-public-ip -DB_PORT=3306 -DB_USER=your-db-user -DB_PASSWORD=your-db-password -DB_NAME=prompt_generator - -# 认证 -AUTH_PASSWORD=your-access-password - -# LLM -LLM_API_BASE_URL=https://api.deepseek.com/v1 -LLM_API_KEY=sk-xxx -LLM_MODEL_NAME=deepseek-chat diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..50c3d9a --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.env +*.exe +server