瀏覽代碼

Merge pull request #360 from tracim/fix/359/website_base_url_in_readme

Damien Accorsi 6 年之前
父節點
當前提交
c0ab6dacd5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md 查看文件

@@ -186,7 +186,7 @@ The two parameters are optional but useful to reload the server upon code change
186 186
     gearbox serve --reload --debug
187 187
 
188 188
 You can now enter the application at
189
-[http://localhost:8080](http://localhost:8080) and login with admin user:
189
+[http://127.0.0.1:8080](http://127.0.0.1:8080) and login with admin user:
190 190
 
191 191
  * user : `admin@admin.admin`
192 192
  * password : `admin@admin.admin`