Skip to content
Open
Show file tree
Hide file tree
Changes from 6 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
4 changes: 2 additions & 2 deletions sugar/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ CHARGEBEE_SITE=
CHARGEBEE_KEY=

#---------------------
# Postgresql Configuration
# Postgresql Configuration (Unused for now)
# IMPORTANT: This should use a database different from what Tea uses, e.g. if Tea uses the database 'tea' then
# this should use the database 'subscriptions' or 'sugar'.
#---------------------
DATABASE_URL=
# DATABASE_URL=

#---------------------
# Sentry Configuration
Expand Down
Loading