Fix user for search
This commit is contained in:
parent
5885dbf731
commit
365dd30129
1 changed files with 2 additions and 0 deletions
|
@ -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":
|
||||||
|
|
Loading…
Reference in a new issue