21 lines
665 B
Text
21 lines
665 B
Text
{
|
|
# for more info about the config, check out the documentation
|
|
# https://join-lemmy.org/docs/en/administration/configuration.html
|
|
hostname: "lemmy.alecodes.page"
|
|
tls_enabled: true
|
|
database: {
|
|
host: "tasks.lemmy_db"
|
|
password: "529a6b836665075b535f8cc56d8f30cde7b7c9b01062feaa1b0da817fd7af2f8"
|
|
}
|
|
pictrs: {
|
|
url: "http://tasks.pictrs:8080/"
|
|
api_key: "529a6b836665075b535f8cc56d8f30cde7b7c9b01062feaa1b0da817fd7af2f8"
|
|
}
|
|
email: {
|
|
smtp_server: "smtp.gmail.com:587"
|
|
smtp_login: "ale.navarro.parra@gmail.com"
|
|
smtp_password: "steuuamhzngjgfwn"
|
|
smtp_from_address: "ale.navarro.parra@gmail.com"
|
|
tls_type: "starttls"
|
|
}
|
|
}
|