Skip to content

Commit

Permalink
Merge pull request #651 from WeBankPartners/650_remove_static_ips
Browse files Browse the repository at this point in the history
650 remove static ips
  • Loading branch information
irvinezhao authored Jan 16, 2020
2 parents 19878f1 + 46c60d6 commit 2efd237
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/cmdb.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#cmdb-core
cmdb_server_port=8080
cmdb_image_name=we-cmdb:dev
cmdb_ip_whitelists=150.109.19.95
cmdb_ip_whitelists=10.0.0.1

#database
database_image_name=cmdb-db:dev
Expand Down
2 changes: 1 addition & 1 deletion cmdb-wiki/docs/install/docker_install_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

```
{
"bip": "169.254.32.1/28",
"bip": "10.0.0.1/28",
"bridge": "",
"debug": false,
"default-runtime": "runc",
Expand Down
2 changes: 1 addition & 1 deletion cmdb-wiki/docs/install/docker_install_guide_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The following installation and configuration operations are performed under the

```
{
"bip": "169.254.32.1/28",
"bip": "10.0.0.1/28",
"bridge": "",
"debug": false,
"default-runtime": "runc",
Expand Down

0 comments on commit 2efd237

Please sign in to comment.