18 lines
404 B
Plaintext
18 lines
404 B
Plaintext
# DATABASE_URL=file:./dev.db
|
|
# TEST_DATABASE_URL=file:./.redwood/test.db
|
|
# PRISMA_HIDE_UPDATE_MESSAGE=true
|
|
# LOG_LEVEL=trace
|
|
|
|
NAME=Firstname Lastname
|
|
|
|
GMAIL=example@gmail.com
|
|
GMAIL_SMTP_PASSWORD=chan geme xyza bcde
|
|
|
|
# Must not end with "/"
|
|
DOMAIN_PROD=https://example.com
|
|
DOMAIN_DEV=http://localhost:8910
|
|
|
|
DATABASE_URL=postgresql://user:password@localhost:5432/rw_portfolio
|
|
|
|
SESSION_SECRET=regenerate_me
|