diff options
Diffstat (limited to '')
-rw-r--r-- | config.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config.yaml b/config.yaml index a0b7a66..be722ca 100644 --- a/config.yaml +++ b/config.yaml @@ -16,5 +16,4 @@ meta: description: Runxi Yu's git server thing server: name: git.runxiyu.org - host: 127.0.0.1 - port: 5555 + addr: 127.0.0.1:5555 |