Add config/config.yaml to set default configurations. Use the config/local_config.yaml to set the custom configurations Change-Id: I22049e478b6440c765751c8f17663f36f33c277a
1.1 KiB
1.1 KiB
Skyline Console Settings Reference
Prepare a usable backend
- Prepare an accessible backend, for example:
https://172.20.154.250 - Add file
config/local_config.yaml:
server: https://172.20.154.250- Prepare an accessible backend, for example:
Configure access host and port
The default configuration is in
config/config.yamlhostis0.0.0.0portis8088
- If the current configuration does not need to be changed, the following steps do not need to be operated.
Added file
config/local_config.yamlAdd
hostandportconfigurations
host: localhost port: 8080Execute in the project root directory, which is the same level as
package.jsonyarn run dev- Use the
hostandportconfigured inconfig/config.yamlorconfig/local_config.yamlto access, such ashttp://localhost:8088.
- Use the
The front-end real-time update environment used for development is done.