Fix user for search

This commit is contained in:
Antonio J. Delgado 2023-11-29 08:54:26 +02:00
parent 5885dbf731
commit 365dd30129

View file

@ -287,6 +287,8 @@ class mastodon (
'ES_HOST' => '127.0.0.1', 'ES_HOST' => '127.0.0.1',
'ES_PORT' => '9200', 'ES_PORT' => '9200',
'ES_PRESET' => '', 'ES_PRESET' => '',
'ES_USER' => '',
'ES_PASS' => '',
} }
$real_config = $config + $built_config $real_config = $config + $built_config
file { "${mastodon_home}/live/.env.production": file { "${mastodon_home}/live/.env.production":