7 lines
296 B
Plaintext
7 lines
296 B
Plaintext
# SQLite connection (libSQL). A local file DB is created automatically.
|
|
# For a hosted DB (e.g. Turso), use a libsql:// URL and set DATABASE_AUTH_TOKEN.
|
|
DATABASE_URI=file:./ministerial.db
|
|
|
|
# Used to sign/verify tokens. Generate a long random value for production.
|
|
PAYLOAD_SECRET=YOUR_SECRET_HERE
|