4 lines
167 B
Bash
4 lines
167 B
Bash
# Use at least 32 random characters. Generate with: openssl rand -base64 32
|
|
PULSE_SECRET=replace-with-at-least-32-random-characters
|
|
DATABASE_URL=./data/pulse-clock.db
|