19 lines
432 B
Text
19 lines
432 B
Text
{
|
|
# for more info about the config, check out the documentation
|
|
# https://join-lemmy.org/docs/en/administration/configuration.html
|
|
|
|
database: {
|
|
host: postgres
|
|
password: "JmT3cMDL252EJw"
|
|
}
|
|
hostname: "lemmy.codecompost.nl"
|
|
pictrs: {
|
|
url: "http://pictrs:8080/"
|
|
api_key: "JmT3cMDL252EJw"
|
|
}
|
|
email: {
|
|
smtp_server: "postfix:25"
|
|
smtp_from_address: "noreply@codecompost.nl"
|
|
tls_type: "none"
|
|
}
|
|
}
|