We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226718c commit ddfea4bCopy full SHA for ddfea4b
config.json.example
@@ -125,7 +125,7 @@
125
},
126
"plantuml":
127
{
128
- "server": "http://www.plantuml.com/plantuml"
+ "server": "https://www.plantuml.com/plantuml"
129
}
130
131
lib/config/default.js
@@ -153,6 +153,9 @@ module.exports = {
153
email: undefined
154
155
156
+ plantuml: {
157
+ server: 'https://www.plantuml.com/plantuml'
158
+ },
159
email: true,
160
allowEmailRegister: true,
161
allowGravatar: true,
0 commit comments