9 lines
185 B
Bash
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
|