Add datadir to gen_config.sh
This commit is contained in:
parent
200273aa0e
commit
5cb70a2f42
|
@ -31,12 +31,14 @@ JQ_FILTER_ARRAY=(
|
|||
".ListenAddr = \"0.0.0.0:${LISTEN_PORT}\""
|
||||
".HTTPEnabled = true"
|
||||
".HTTPHost = \"0.0.0.0\""
|
||||
".DataDir = \"${DATA_PATH}\""
|
||||
".HTTPPort= ${RPC_PORT}"
|
||||
".APIModules = \"${API_MODULES}\""
|
||||
".RegisterTopics = [\"${REGISTER_TOPIC}\"]"
|
||||
".WhisperConfig.Enabled = true"
|
||||
".WhisperConfig.EnableMailServer = true"
|
||||
".WhisperConfig.LightClient = false"
|
||||
".WhisperConfig.DataDir = \"${DATA_PATH}/whisper\""
|
||||
".WhisperConfig.MailServerPassword = \"${MAIL_PASSWORD}\""
|
||||
".WakuConfig.Enabled = true"
|
||||
".WakuConfig.EnableMailServer = true"
|
||||
|
|
Loading…
Reference in New Issue