Backend configuration
Local development config:Frontend environment variables
Directory conventions
conf/logs/: runtime logsconf/upload/: local uploadsconf/static/: external static assets
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Key backend and frontend configuration.
blog-backend/src/main/resources/application-dev.properties
conf/application.properties
| Setting | Description |
|---|---|
| Datasource | MySQL host, user, password |
| Cache | Uses the internal cache_entry table, no extra configuration |
token.secretKey | Login token signing key |
blog.api | Public backend API URL |
blog.cms | Admin console URL |
blog.view | Public blog URL |
| Sender server and authorization code | |
| Upload | Local directory or Aliyun OSS image hosting |
| File | Variable | Description |
|---|---|---|
.env.development | VITE_API_URL | Development API URL |
.env.production | VITE_API_URL | Production API URL |
conf/logs/: runtime logsconf/upload/: local uploadsconf/static/: external static assets