Fix search options
This commit is contained in:
parent
3a149b56c2
commit
5885dbf731
1 changed files with 4 additions and 0 deletions
|
@ -283,6 +283,10 @@ class mastodon (
|
|||
'DB_HOST' => $db_host,
|
||||
'SECRET_KEY_BASE' => $secret_key_base,
|
||||
'OTP_SECRET' => $otp_secret,
|
||||
'ES_ENABLED' => 'true',
|
||||
'ES_HOST' => '127.0.0.1',
|
||||
'ES_PORT' => '9200',
|
||||
'ES_PRESET' => '',
|
||||
}
|
||||
$real_config = $config + $built_config
|
||||
file { "${mastodon_home}/live/.env.production":
|
||||
|
|
Loading…
Reference in a new issue