mastodon: enable elasticsearch
This commit is contained in:
parent
58720ff79f
commit
6a3c0ff0c0
2 changed files with 7 additions and 1 deletions
Binary file not shown.
|
@ -50,7 +50,10 @@ in
|
||||||
port = 6379;
|
port = 6379;
|
||||||
};
|
};
|
||||||
|
|
||||||
elasticsearch.host = null;
|
elasticsearch = {
|
||||||
|
host = "10.99.99.3";
|
||||||
|
port = 9200;
|
||||||
|
};
|
||||||
|
|
||||||
smtp = {
|
smtp = {
|
||||||
createLocally = false;
|
createLocally = false;
|
||||||
|
@ -72,6 +75,9 @@ in
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
WEB_DOMAIN = web-domain;
|
WEB_DOMAIN = web-domain;
|
||||||
|
|
||||||
|
ES_USER = secret.mastodon.elasticsearch.user;
|
||||||
|
ES_PASS = secret.mastodon.elasticsearch.password;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue