Skip to content

Commit ddfea4b

Browse files
committed
fix: add default value for plantuml server and use https
Signed-off-by: Max Wu <jackymaxj@gmail.com>
1 parent 226718c commit ddfea4b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

config.json.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
},
126126
"plantuml":
127127
{
128-
"server": "http://www.plantuml.com/plantuml"
128+
"server": "https://www.plantuml.com/plantuml"
129129
}
130130
}
131131
}

lib/config/default.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ module.exports = {
153153
email: undefined
154154
}
155155
},
156+
plantuml: {
157+
server: 'https://www.plantuml.com/plantuml'
158+
},
156159
email: true,
157160
allowEmailRegister: true,
158161
allowGravatar: true,

0 commit comments

Comments
 (0)