Files
gotosocial-vps/.env.example

21 lines
679 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# GoToSocial prostředí pro Docker
# Zkopírujte tento soubor do .env před spuštěním install.sh
#
# Konfigurace serveru je primárně v config/config.yaml.
# Zde můžete přepsat libovolnou hodnotu pomocí proměnných GTS_*
# Viz: https://docs.gotosocial.org/en/latest/configuration/
# Příklady přepsání config.yaml přes env (odkomentujte dle potřeby):
# GTS_HOST="social.example.cz"
# GTS_ACCOUNT_DOMAIN="example.cz"
# GTS_DB_TYPE="sqlite"
# GTS_DB_ADDRESS="/gotosocial/storage/sqlite.db"
# SMTP volitelné (odeslání e-mailů)
# GTS_SMTP_HOST=""
# GTS_SMTP_PORT="587"
# GTS_SMTP_USERNAME=""
# GTS_SMTP_PASSWORD=""
# GTS_SMTP_FROM="noreply@example.cz"