Skip to content

Commit f449328

Browse files
authored
Merge pull request #485 from dmcassel/patch-1
Added quotes around %%mlNoauthRestPort%%
2 parents 8221255 + 1c550ee commit f449328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/custom-rest-rewriter-project/src/main/ml-config/servers/noauth-rest-server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"server-type": "http",
44
"root": "/",
55
"group-name": "%%GROUP%%",
6-
"port": %%mlNoauthRestPort%%,
6+
"port": "%%mlNoauthRestPort%%",
77
"modules-database": "%%MODULES_DATABASE%%",
88
"content-database": "%%DATABASE%%",
99
"authentication": "application-level",

0 commit comments

Comments
 (0)