All Products
Search
Document Center

Serverless App Engine:What to do if the properties configuration file that I create in the SAE console cannot be accessed by using a YAML file?

Last Updated:Jun 06, 2025

The Nacos SDK supports the parsing of Properties-formatted configuration, but does not support parsing YAML-formatted configuration. If you create a Properties-formatted configuration in the configuration center of SAE, the Nacos SDK can retrieve the configuration. However, the Nacos CDK cannot parse the configuration into YAML format. In that case, you have to parse the configuration data manually. The Nacos SDK cannot parse YAML-formatted data.