Skip to content

Commit 492c397

Browse files
committed
Added example env file
1 parent 8190131 commit 492c397

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Add your secret keys below
2+
3+
TRIGGER_SECRET_KEY=
4+
OPENAI_API_KEY=
5+
AWS_REGION=
6+
R2_ACCOUNT_ID=
7+
R2_BUCKET=
8+
R2_ENDPOINT=
9+
R2_ACCESS_KEY_ID=
10+
R2_SECRET_ACCESS_KEY=
11+
R2_PUBLIC_URL=
12+
REPLICATE_API_TOKEN=
13+
UPLOADTHING_TOKEN=

0 commit comments

Comments
 (0)