Axiovora-X / backend /.env.example
ZAIDX11's picture
Add files using upload-large-folder tool
b657fcc verified
# Example environment variables
# Database URL
DB_URL=sqlite:///:memory:
# Other environment variables can be added here as needed.# Example environment variables for the backend
# Copy this file to .env and fill in secrets before running in development
# Database URL - use sqlite for local development or a Postgres URL in production
# Examples:
# sqlite:///./dev.db
# postgresql+psycopg2://user:password@localhost:5432/dbname
DB_URL=sqlite:///:memory:
# Application secret key (used for signing tokens)
SECRET_KEY=replace-me-with-a-secret
# Sentry DSN (optional)
SENTRY_DSN=
# Other optional flags
#LOG_LEVEL=INFODB_URL=sqlite:///./backend/db/projectv1.db
SECRET_KEY=your_secret_key_here