fix: dashboard ct add enable options

This commit is contained in:
Zhongwen Deng 2022-04-28 09:41:00 +08:00
parent 2eab3f1cdb
commit 3e8bedda76
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ set_default_config(DefaultUsername) ->
Config = #{
listeners => #{
http => #{
enable => true,
port => 18083
}
},