rename harbor.cfg to harbor.yml

Signed-off-by: yongping <zyp2010sjtu@hotmail.com>
This commit is contained in:
yongping 2019-05-28 13:05:36 +08:00
parent 54bc595968
commit 0041fae4d1
1 changed files with 2 additions and 2 deletions

View File

@ -28,11 +28,11 @@ golang* | 1.7.3 +
### Configuration
Edit the file **make/harbor.cfg** and make necessary configuration changes such as hostname, admin password and mail server. Refer to **[Installation and Configuration Guide](installation_guide.md#configuring-harbor)** for more info.
Edit the file **make/harbor.yml** and make necessary configuration changes such as hostname, admin password and mail server. Refer to **[Installation and Configuration Guide](installation_guide.md#configuring-harbor)** for more info.
```sh
$ cd harbor
$ vi make/harbor.cfg
$ vi make/harbor.yml
```
### Compiling and Running