mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-04 18:49:39 -06:00
Remove Merge conflict remainder in Readme.md (#83)
* Remove Merge conflict remainder in Readme.md Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
@@ -74,11 +74,7 @@ yarn install
|
||||
docker run --name snoopformsDB -p 5432:5432 -e POSTGRES_USER=snoopforms -e POSTGRES_PASSWORD=password -e POSTGRES_DB=snoopforms -d postgres
|
||||
```
|
||||
|
||||
<<<<<<< HEAD
|
||||
1. Create a `.env` file based on `.env.example` and change it according to your setup. Make sure the `DATABASE_URL` variable is set correctly according to your local database.
|
||||
=======
|
||||
4. Create a `.env` file based on `.env.example` and change it according to your setup. Make sure the `DATABASE_URL` variable is set correctly according to your local database. For the signup process, an email server with valid SMTP data is necessary.
|
||||
>>>>>>> 61dc008 (building webhook)
|
||||
|
||||
```
|
||||
cp .env.example .env
|
||||
|
||||
Reference in New Issue
Block a user