Skip to content

Commit

Permalink
Merge pull request #95 from wnxn/audit-path-regex
Browse files Browse the repository at this point in the history
fixbug audit path regex
  • Loading branch information
Wiley Wang authored Aug 6, 2019
2 parents a6aceb0 + c8c28a2 commit 00027ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/config/cluster.json.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"role": "master",
"container": {
"type": "kvm",
"image": "img-tpwxmn8b",
"image": "img-9e0caoto",
"zone": "sh1a"
},
"instance_class": {{cluster.master.instance_class}},
Expand Down Expand Up @@ -102,7 +102,7 @@
"role": "node_perf",
"container": {
"type": "kvm",
"image": "img-tpwxmn8b",
"image": "img-9e0caoto",
"zone": "sh1a"
},
"instance_class": 0,
Expand Down Expand Up @@ -171,7 +171,7 @@
"role": "node_super_perf",
"container": {
"type": "kvm",
"image": "img-tpwxmn8b",
"image": "img-9e0caoto",
"zone": "sh1a"
},
"instance_class": 1,
Expand Down Expand Up @@ -240,7 +240,7 @@
"role": "client",
"container": {
"type": "kvm",
"image": "img-tpwxmn8b",
"image": "img-9e0caoto",
"zone": "sh1a"
},
"instance_class": {{cluster.client.instance_class}},
Expand Down
2 changes: 1 addition & 1 deletion app/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
"type": "string",
"default": "",
"changeable": true,
"pattern": "^(\/(\\w+\/?)+(\\w+))$|^$",
"pattern": "^(\/((\\w|\\-|\\.)+\/?)+((\\w|\\-|\\.)+))$|^$",
"required": "no"
},
{
Expand Down

0 comments on commit 00027ab

Please sign in to comment.