Skip to content

Commit 1d67b35

Browse files
authored
allow defining ssl settings in env (#18)
1 parent ba1618e commit 1d67b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
});
210210
$('#node-config-input-ssl').typedInput({
211211
default: 'bool',
212-
types: ['bool', 'global'],
212+
types: ['bool', 'global', 'env'],
213213
typeField: $('#node-config-input-sslFieldType'),
214214
});
215215
$('#node-config-input-user').typedInput({

0 commit comments

Comments
 (0)