2022-02-12 10:12:43 +01:00
|
|
|
PLAYWRIGHT_BUILDER_TEST_BASE_URL=http://localhost:3000
|
2022-08-08 08:21:36 +02:00
|
|
|
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)
|
2022-02-07 18:06:37 +01:00
|
|
|
|
|
|
|
# SMTP Credentials (Generated on https://ethereal.email/)
|
|
|
|
SMTP_HOST=smtp.ethereal.email
|
|
|
|
SMTP_PORT=587
|
|
|
|
SMTP_SECURE=true
|
|
|
|
SMTP_USERNAME=tobin.tillman65@ethereal.email
|
2022-05-24 14:25:15 -07:00
|
|
|
SMTP_PASSWORD=Ty9BcwCBrK6w8AG2hx
|
|
|
|
|
|
|
|
STRIPE_TEST_PUBLIC_KEY=
|
|
|
|
STRIPE_TEST_SECRET_KEY=
|