skyline-console/releasenotes/notes/Optimize-Configuration-Reading-5914bb51c3ecb0c4.yaml
Jingwei.Zhang 0213d8c6d6 feat: optimize configuration reading
Add config/config.yaml to set default configurations. Use the config/local_config.yaml to set the custom configurations

Change-Id: I22049e478b6440c765751c8f17663f36f33c277a
2023-05-31 11:41:19 +08:00

8 lines
261 B
YAML

---
features:
- |
Add config/config.yaml to set the default configurations of host,
port and server. For the development, you can add config/local_config.yaml,
to set custom host, port, server, the config/local_config.yaml file is
gitignored.