Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Last-Order committed Feb 23, 2018
1 parent 9fd1c18 commit cc586b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ APP_KEY=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
APP_SALT=

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

HCTF 2017 平台后端。

本仓库是平台的后端,需要和[前端](https://github.com/Last-Order/hctf_backend)配合使用,关于前端的部署请参见前端仓库。在使用时,请使用`Nginx``Apache`等服务器将根目录指向前端(`/dist`目录),`/API`目录指向后端(`/public`目录)。
本仓库是平台的后端,需要和[前端](https://github.com/Last-Order/hctf_frontend)配合使用,关于前端的部署请参见前端仓库。在使用时,请使用`Nginx``Apache`等服务器将根目录指向前端(`/dist`目录),`/API`目录指向后端(`/public`目录)。

一份示例的`Apache Vhost`(生产环境)配置如下:
```
Expand Down

0 comments on commit cc586b0

Please sign in to comment.