Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,13 @@ PHONE_TRANSCRIBE_API_KEY=
SUPERMEMORY_API_KEY=
# Optional. Defaults to https://api.supermemory.ai. Self-hosted: http://localhost:6767
SUPERMEMORY_API_URL=
# Transactional auth email (verification and password reset). Leave blank and
# those flows report "belum tersedia" instead of failing at boot.
# Format: smtp://user:pass@host:587 or smtps://user:pass@host:465
SMTP_URL=
# Sender address for the emails above. Defaults to the SMTP_URL user when the
# URL carries credentials, so it is only required for credential-free relays.
SMTP_FROM=
VAPID_PUBLIC_KEY=
VAPID_PRIVATE_KEY=
OTEL_EXPORTER_OTLP_ENDPOINT=
Expand Down
7 changes: 4 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
* text=auto eol=lf

*.sh text eol=lf
infra/sandboxes/computer/sentrabot-browser text eol=lf
infra/sandboxes/computer/fluxbox.* text eol=lf
*.png filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.ico filter=lfs diff=lfs merge=lfs -text
*.png binary
*.jpg binary
*.ico binary
Loading