15 lines
416 B
Plaintext
15 lines
416 B
Plaintext
# Copy this file to ".env" and fill in real values.
|
|
|
|
# JWT signing secret — change to a long random string in production
|
|
JWT_SECRET=please-change-this-to-a-long-random-string
|
|
|
|
# Default admin credentials used by `npm run seed`
|
|
ADMIN_USERNAME=admin
|
|
ADMIN_PASSWORD=changeme
|
|
|
|
# Server port
|
|
PORT=3001
|
|
|
|
# Public origin (used in returned image URLs). Set to your real domain in prod.
|
|
PUBLIC_ORIGIN=http://localhost:3001
|