16 lines
334 B
JSON
16 lines
334 B
JSON
{
|
|
"app_name": "WXAuto Center",
|
|
"host": "0.0.0.0",
|
|
"port": 8080,
|
|
"debug": true,
|
|
"secret_key": "wxauto-center-secret-key-change-in-production",
|
|
"workers": 1,
|
|
"cors_origins": ["*"],
|
|
"api_prefix": "/api/v1",
|
|
"external_api_key": "your-external-api-key",
|
|
"monitor": {
|
|
"enabled": true,
|
|
"check_interval": 30
|
|
}
|
|
}
|