Add datadir to gen_config.sh

This commit is contained in:
Andrea Maria Piana 2020-09-28 09:23:34 +02:00
parent 200273aa0e
commit 5cb70a2f42
1 changed files with 2 additions and 0 deletions

View File

@ -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"