Skip to content

Commit 5667c7f

Browse files
committed
update example.env
1 parent a636e07 commit 5667c7f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

example.env

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
POSTGRES_HOST=127.0.0.1
22
POSTGRES_PORT=5432
33
POSTGRES_USER=postgres
4-
POSTGRES_PASSWORD=password
4+
POSTGRES_PASSWORD=<your postgres password here>
55
POSTGRES_DATABASE=jpal
66

7+
AWS_ACCESS_KEY=<your access key here>
8+
AWS_SECRET_KEY=<your secret key here>
9+
710
AWS_SES_REGION=xxx
811
AWS_SES_ACCESS_KEY_ID=xxx
912
AWS_SES_SECRET_ACCESS_KEY=xxx

0 commit comments

Comments
 (0)