Add basic main structure for policy-api
[policy/api.git] / main / src / test / resources / parameters / ApiConfigParameters_InvalidName.json
1 {
2     "name":" ",
3     "restServerParameters":{
4         "host":"0.0.0.0",
5         "port":6969,
6         "userName":"healthcheck",
7         "password":"zb!XztG34"
8     }
9 }