1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "db": {
- "host": "192.168.10.224",
- "port": 3309,
- "user": "stmms",
- "password": "stmms",
- "database": "stmms_ft_test"
- },
- "imageUrl": {
- "sheet": "/{{examId}}/{{subjectCode}}/{{examNumber}}-{{index}}.jpg",
- "package": "/{{examId}}/{{code}}/{{index}}.jpg"
- },
- "watermark": {
- "fontFile": "font/simsun.ttf",
- "fontSize": 30,
- "color": "#ff0000"
- },
- "logger": {
- "level": "info"
- },
- "imagemagickDev": "/usr/local/bin/",
- "openDevTools": false,
- "servers": [
- {
- "name": "线上环境",
- "host": "https://www.markingcloud.com"
- },
- {
- "name": "线下环境",
- "host": "http://192.168.10.224:80"
- },
- {
- "name": "线下环境-yt",
- "host": "http://192.168.11.204:8090"
- },
- {
- "name": "线下环境-221",
- "host": "http://192.168.10.221:80"
- }
- ]
- }
|