You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/common/server-customize.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,20 @@
6
6
Customize our docs with your server configuration.
7
7
8
8
Protocol:<br/>
9
-
<selectid='parse-server-custom-protocol'class='custom-server-option'style='border:none'title='Set your access protocol here.'>
9
+
<selectid='parse-server-custom-protocol'class='custom-server-option'style='border:none'title='Set your access protocol here.'defaultval='https'>
10
10
<option value='https'>https</option>
11
11
<option value='http'>http</option>
12
12
</select><br/>
13
13
Domain:
14
-
<inputid='parse-server-custom-url'class='custom-server-option'type='text'placeholder='your.domain.com, your.domain.com:1337'value='YOUR.PARSE-SERVER.HERE'title='Set your parse server domain here.'autocorrect='off'spellcheck='false'>
14
+
<inputid='parse-server-custom-url'class='custom-server-option'type='text'placeholder='your.domain.com, your.domain.com:1337'value='YOUR.PARSE-SERVER.HERE'defaultval='YOUR.PARSE-SERVER.HERE'title='Set your parse server domain here.'autocorrect='off'spellcheck='false'>
15
15
Mount Path:
16
-
<inputid='parse-server-custom-mount'class='custom-server-option'type='text'placeholder='your-mount-path, /your-mount-path/'value='parse'title='Set your mount path here.'autocorrect='off'spellcheck='false'>
16
+
<inputid='parse-server-custom-mount'class='custom-server-option'type='text'placeholder='your-mount-path, /your-mount-path/'value='parse'defaultval='parse'title='Set your mount path here.'autocorrect='off'spellcheck='false'>
17
17
App Id:
18
-
<inputid='parse-server-custom-appid'class='custom-server-option'type='text'placeholder='your-app-id-here'value='APPLICATION_ID'title='Set your app id here.'autocorrect='off'spellcheck='false'>
18
+
<inputid='parse-server-custom-appid'class='custom-server-option'type='text'placeholder='your-app-id-here'value='APPLICATION_ID'defaultval='APPLICATION_ID'title='Set your app id here.'autocorrect='off'spellcheck='false'>
19
19
Client Key:
20
-
<inputid='parse-server-custom-clientkey'class='custom-server-option'type='text'placeholder='your-client-key-here'value='CLIENT_KEY'title='Set your client here here.'autocorrect='off'spellcheck='false'>
20
+
<inputid='parse-server-custom-clientkey'class='custom-server-option'type='text'placeholder='your-client-key-here'value='CLIENT_KEY'defaultval='CLIENT_KEY'title='Set your client here here.'autocorrect='off'spellcheck='false'>
21
+
22
+
<inputid='parse-server-custom-values-reset'class='custom-server-option'style='color:#000'type='button'value='Reset Values'title='Resets server values to their defaults.'>
0 commit comments