Files
thoughts/thoughts-backend/.env.example

6 lines
163 B
Plaintext

HOST=0.0.0.0
PORT=3000
DATABASE_URL="postgresql://postgres:postgres@localhost/clean-axum"
PREFORK=1
AUTH_SECRET=your_secret_key_here
BASE_URL=http://localhost:3000