daShangDao_kfzgw-info/config/config.json
2026-02-27 11:46:40 +08:00

24 lines
428 B
JSON

{
"app": {
"name": "My Application",
"version": "1.0.0",
"debug": false
},
"server": {
"host": "localhost",
"port": 8080,
"timeout": 30
},
"database": {
"host": "localhost",
"port": 5432,
"name": "mydb",
"user": "admin",
"password": "secret"
},
"features": {
"enable_logging": true,
"max_file_size": 1048576,
"allowed_extensions": ["jpg", "png", "pdf"]
}
}