rallly/.env.development
Luke Vella 81d2f2c0bd
🧑‍💻 Update docs (#1142)
2024-06-10 12:31:48 +00:00

18 lines
No EOL
596 B
Text

# A random 32-character secret key used to encrypt user sessions
SECRET_PASSWORD=abcdef1234567890abcdef1234567890
# The base url where this instance is accessible, including the scheme.
# Example: https://example.com
NEXT_PUBLIC_BASE_URL=http://localhost:3000
# A connection string to your Postgres database
DATABASE_URL="postgres://postgres:postgres@rallly_db:5450/rallly"
# Required to be able to send emails
SUPPORT_EMAIL=support@rallly.co
# Toggle Self-Hosted mode
NEXT_PUBLIC_SELF_HOSTED=false
# Suppress warning from sentry during local development
SENTRY_IGNORE_API_RESOLUTION_ERROR=1