Skip to content

Commit

Permalink
doc: update readme and env example
Browse files Browse the repository at this point in the history
  • Loading branch information
jotpalch committed Aug 23, 2024
1 parent 0ffcdda commit 46a1687
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
11 changes: 6 additions & 5 deletions .env_example
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ POSTGRES_DB=shipdb
POSTGRES_USER=portcdm
POSTGRES_PASSWORD=password
LINE_NOTIFY_TOKEN=
LINE_NOTIFY_TOKEN_Pilot=
LINE_NOTIFY_TOKEN_Unmooring=
LINE_NOTIFY_TOKEN_Tugboat=
LINE_NOTIFY_TOKEN_ShippingAgent=
LINE_NOTIFY_TOKEN_LoadingUnloading=
LINE_NOTIFY_TOKEN_PILOT=
LINE_NOTIFY_TOKEN_UNMOORING=
LINE_NOTIFY_TOKEN_TUGBOAT=
LINE_NOTIFY_TOKEN_SHIPPINGAGENT=
LINE_NOTIFY_TOKEN_SHIPPINGCOMPANY=
LINE_NOTIFY_TOKEN_LOADINGUNLOADING=
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ The project is composed of three main services:
POSTGRES_USER=portcdm
POSTGRES_PASSWORD=password
LINE_NOTIFY_TOKEN=<your_line_notify_token>
LINE_NOTIFY_TOKEN_Pilot=<your_line_notify_token>
LINE_NOTIFY_TOKEN_Unmooring=<your_line_notify_token>
LINE_NOTIFY_TOKEN_Tugboat=<your_line_notify_token>
LINE_NOTIFY_TOKEN_ShippingAgent=<your_line_notify_token>
LINE_NOTIFY_TOKEN_LoadingUnloading=<your_line_notify_token>
LINE_NOTIFY_TOKEN_PILOT=<your_line_notify_token>
LINE_NOTIFY_TOKEN_UNMOORING=<your_line_notify_token>
LINE_NOTIFY_TOKEN_TUGBOAT=<your_line_notify_token>
LINE_NOTIFY_TOKEN_SHIPPINGAGENT=<your_line_notify_token>
LINE_NOTIFY_TOKEN_SHIPPINGCOMPANY=<your_line_notify_token>
LINE_NOTIFY_TOKEN_LOADINGUNLOADING=<your_line_notify_token>
```
Adjust these values according to your specific requirements.

Expand Down Expand Up @@ -76,6 +77,10 @@ To stop the project:

```
docker-compose down
# With delete database data
docker-compose down --volumes
```

## Additional Information
Expand Down

0 comments on commit 46a1687

Please sign in to comment.