Initial port values

This commit is contained in:
Ildar Kamalov 2019-02-01 17:17:52 +03:00 committed by Eugene Bujak
parent 4a14c199d8
commit 351673c060
1 changed files with 2 additions and 2 deletions

View File

@ -332,8 +332,8 @@ const encryption = handleActions({
certificate_chain: '',
private_key: '',
server_name: '',
port_https: '',
port_dns_over_tls: '',
port_https: 0,
port_dns_over_tls: 0,
});
export default combineReducers({