mirror of
https://github.com/status-im/status-go.git
synced 2025-01-21 20:20:29 +00:00
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…
x
Reference in New Issue
Block a user