Skip to content

Commit

Permalink
Update contribution readme #4954
Browse files Browse the repository at this point in the history
  • Loading branch information
tung2744 authored Dec 19, 2024
2 parents 45d2d62 + 3f30611 commit 2824513
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ This project uses asdf, and there is a .tool-versions file at the project root.
HTTP origin of portal (default 'http://portal.localhost:8000'):
Phone OTP Mode (sms, whatsapp, whatsapp_sms) (default 'sms'): sms
Would you like to turn off email verification? (In case you don't have SMTP credentials in your initial setup) [Y/N] (default 'false'):
Select a service for searching (elasticsearch, postgresql, none) (default 'elasticsearch'):
Database URL (default 'postgres://postgres:[email protected]:5432/postgres?sslmode=disable'): postgres://postgres:[email protected]:5432/app?sslmode=disable
Database schema (default 'public'):
Audit Database URL (default 'postgres://postgres:[email protected]:5432/postgres?sslmode=disable'): postgres://postgres:[email protected]:5432/audit?sslmode=disable
Expand Down Expand Up @@ -165,7 +166,8 @@ This project uses asdf, and there is a .tool-versions file at the project root.
1. Start the database
```sh
docker compose up -d db
docker compose build db
docker compose up -d db pgbouncer
```
2. Apply migrations
Expand Down

0 comments on commit 2824513

Please sign in to comment.