Notra/.example.env
2025-07-19 20:08:42 +05:00

9 lines
185 B
Bash

# Database connection string
DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres
# JWT secret for signing tokens
JWT_SECRET=verysecret
# Application name
APP_NAME=notra