nacos_get_app_config
Reads an application's full configuration from Nacos, combining its own config with shared and extension configs from the Spring Cloud project.
Instructions
Read the effective configuration of one application: its own config (.) plus the shared/extension configs declared in the project (spring.cloud.nacos.config.shared-configs). Prefer this over nacos_get_config when asked about an app's settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | Yes | Target environment (Spring profile) | |
| app | Yes | Application name (spring.application.name) or a full dataId | |
| group | No |