mirror of
https://github.com/rajnandan1/kener.git
synced 2026-04-24 20:08:19 -05:00
11 lines
358 B
Bash
11 lines
358 B
Bash
KENER_SECRET_KEY=please_change_me
|
|
NODE_ENV=production
|
|
PORT=3000
|
|
KENER_BASE_PATH=""
|
|
RESEND_API_KEY=
|
|
ORIGIN=http://localhost:3000
|
|
DATABASE_URL=sqlite://./database/kener.sqlite.db
|
|
RESEND_SENDER_EMAIL=Accounts <accounts@resend.dev>
|
|
|
|
# DATABASE_URL=postgresql://myuser:mypassword@localhost:5432/mydatabase
|
|
# DATABASE_URL=mysql://root:password@127.0.0.1:3306/kener |