Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Phanco committed May 8, 2024
1 parent 376e598 commit 597fe70
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions packages/claim-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ Apart from Node version 18, Claim Backend also requires:

## .env Params

| param | Description | Required |
| ---------------- | ---------------------------------------------------------- | ------------------------- |
| BACKEND_HOST | IP used by backend (Default: 127.0.0.1) | false |
| BACKEND_PORT | Port used by backend (Default: 3000) | false |
| DB_PORT | Port used by PostgreSQL DB (Default: 5432) | false |
| DB_HOST | Host used by PostgreSQL DB (Default: 127.0.0.1) | false |
| DB_DATABASE | Name of Database of PostgreSQL DB (Default: claim-backend) | false |
| DB_USERNAME | Username of PostgreSQL DB (Default: claim-backend) | false |
| DB_PASSWORD_PATH | Absolute file path or file path relative to `docker-compose.yaml` that stores the password of database of PostgreSQL DB (Default: ./db_password.txt) | false |
| DB_SSLMODE | A flag to turn on SSL Connection on DB (Default: false) | false |
| DB_SSL_CERT_PATH | Path to SSL Certificate (.crt or .pem) (Default: `null`) | When `DB_SSLMODE` is True |
| DB_LOGGING | A flag to turn on verbose logging of DB (Default: true) | false |
| CORS_ORIGIN | Accepted Origin, can be string or Regex (Default: \*) | false |
| MERKLE_TREE_PATH | Path merkle-tree-details.json, generated by Tree Builder | true |
| param | Description | Required |
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
| BACKEND_HOST | IP used by backend (Default: 127.0.0.1) | false |
| BACKEND_PORT | Port used by backend (Default: 3000) | false |
| DB_PORT | Port used by PostgreSQL DB (Default: 5432) | false |
| DB_HOST | Host used by PostgreSQL DB (Default: 127.0.0.1) | false |
| DB_DATABASE | Name of Database of PostgreSQL DB (Default: claim-backend) | false |
| DB_USERNAME | Username of PostgreSQL DB (Default: claim-backend) | false |
| DB_PASSWORD_PATH | Absolute file path or file path relative to `docker-compose.yaml` that stores the password of database of PostgreSQL DB (Default: ./db_password.txt) | false |
| DB_SSLMODE | A flag to turn on SSL Connection on DB (Default: false) | false |
| DB_SSL_CERT_PATH | Path to SSL Certificate (.crt or .pem) (Default: `null`) | When `DB_SSLMODE` is True |
| DB_LOGGING | A flag to turn on verbose logging of DB (Default: true) | false |
| CORS_ORIGIN | Accepted Origin, can be string or Regex (Default: \*) | false |
| MERKLE_TREE_PATH | Path merkle-tree-details.json, generated by Tree Builder | true |

## Run

Expand Down

0 comments on commit 597fe70

Please sign in to comment.