Skip to content

Commit a1af7bb

Browse files
committed
feat: add env example
1 parent 323b857 commit a1af7bb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.env.example

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
PGUSERNAME=
2+
PGPASSWORD=
3+
PGHOST=
4+
PGPORT=
5+
6+
S3_ENDPOINT=
7+
S3_ACCESS=
8+
S3_SECRET=
9+
S3_USE_SSL=
10+
S3_BUCKET=
11+
12+
CRON_JOB=0 */2 * * *

0 commit comments

Comments
 (0)