mirror of
https://github.com/acaloiaro/garbagespeak.com
synced 2026-07-21 10:12:19 +00:00
20 lines
608 B
Text
20 lines
608 B
Text
# The domain/hostname:port where the Hugo site is available
|
|
SITE_DOMAN=<SITE_DOMAN>
|
|
|
|
# The domain/hostname:port where the PAI server is available
|
|
API_HOST=<API_HOST>
|
|
|
|
# The Postgres URL, e.g. postgresql://postgres:postgres@localhost:5432/garbage_speak?sslomode=disable
|
|
POSTGRES_URL=<POSTGRES_URL>
|
|
|
|
# The hostname from which to send email
|
|
SMTP_HOST=<SMTP_HOST>
|
|
|
|
# The username with which to connect to SMTP_HOST
|
|
SMTP_USERNAME=<SMTP_USERNAME>
|
|
|
|
# The password with which to connect to SMTP_HOST
|
|
SMTP_PASSWORD=<SMTP_PASSWORD>
|
|
|
|
# The email address from which emails are sent
|
|
SMTP_FROM_ADDRESS=<SMTP_FROM_ADDRESS>
|