Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
janusec2 committed Aug 4, 2018
1 parent c10227a commit ee91ba5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Expand Up @@ -7,7 +7,7 @@ Please answer these questions before submitting your issue. Thanks!
### What version of PostgreSQL are you using (`psql --version`)? ( at least PostgreSQL 9.3 is required)


### Did you correctly configure the IP, Port, username, password, dbname of your PostgreSQL in ./config.json (Development) or /usr/local/janusec/config.json (Production), and verified OK by psql ?
### Did you correctly configure the IP, Port, username, password, dbname of your PostgreSQL in ./config.json (Development) or /usr/local/janusec/config.json (Production), and verified OK by `psql -h 127.0.0.1 -U db_user -W janusec` ?

Janusec will not create the dbname for you.

Expand Down
8 changes: 6 additions & 2 deletions README-CN.md
@@ -1,6 +1,6 @@
# [Janusec应用网关](https://www.janusec.com/cn/)

[README](https://github.com/Janusec/janusec/blob/master/README.md) | [README中文版](https://github.com/Janusec/janusec/blob/master/README-CN.md)
[README](https://github.com/Janusec/janusec) | [README中文版](https://github.com/Janusec/janusec/blob/master/README-CN.md)

## 构建可扩展的应用安全基础设施

Expand Down Expand Up @@ -82,4 +82,8 @@ Web化管理所需的文件在 `./static/` 目录, 源码在 [Janusec-Admin Gith

## LICENSE

Janusec应用网关源文件使用GNU [AGPLv3](http://www.gnu.org/licenses/agpl-3.0.html)授权.
Janusec应用网关源文件使用GNU [AGPLv3](http://www.gnu.org/licenses/agpl-3.0.html)授权.

## Support

QQ群: 776900157
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# [Janusec Application Gateway](https://www.janusec.com/)   [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Protect%20web%20applications%20from%20network%20attacks%20with%20open%20source%20Janusec%20Application%20Gateway&url=https://github.com/Janusec/janusec&via=janusec&hashtags=waf,web,application,firewall,gateway)

[README](https://github.com/Janusec/janusec/blob/master/README.md) | [README中文版](https://github.com/Janusec/janusec/blob/master/README-CN.md)
[README](https://github.com/Janusec/janusec) | [README中文版](https://github.com/Janusec/janusec/blob/master/README-CN.md)

## Build Scalable Application Security Infrastructures

Expand Down

0 comments on commit ee91ba5

Please sign in to comment.