mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
10 lines
372 B
Plaintext
10 lines
372 B
Plaintext
# Modify this variables according to your setup and needs
|
|
SECRET=RANDOM_STRING
|
|
DATABASE_URL='postgresql://user@localhost:5432/snoopforms?schema=public'
|
|
NEXTAUTH_URL=http://localhost:3000
|
|
ADMIN_EMAIL=user@example.com
|
|
ADMIN_PASSWORD='admin123'
|
|
|
|
# For Docker Setup use this Database URL:
|
|
# DATABASE_URL='postgresql://postgres:postgres@postgres:5432/snoopforms?schema=public'
|