13 lines
539 B
Plaintext
13 lines
539 B
Plaintext
PLAYWRIGHT_BUILDER_TEST_BASE_URL=http://localhost:3000
|
|
DATABASE_URL=postgresql://postgres:typebot@localhost:5432/typebot
|
|
ENCRYPTION_SECRET=SgVkYp2s5v8y/B?E(H+MbQeThWmZq4t6 #256-bits secret (can be generated here: https://www.allkeysgenerator.com/Random/Security-Encryption-Key-Generator.aspx)
|
|
|
|
# SMTP Credentials (Generated on https://ethereal.email/)
|
|
SMTP_HOST=smtp.ethereal.email
|
|
SMTP_PORT=587
|
|
SMTP_SECURE=true
|
|
SMTP_USERNAME=tobin.tillman65@ethereal.email
|
|
SMTP_PASSWORD=Ty9BcwCBrK6w8AG2hx
|
|
|
|
STRIPE_TEST_PUBLIC_KEY=
|
|
STRIPE_TEST_SECRET_KEY= |