-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.env-sample
More file actions
27 lines (21 loc) · 778 Bytes
/
.env-sample
File metadata and controls
27 lines (21 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
DATABASE_URL="postgres://postgres:postgres@localhost:54322/postgres"
DATABASE_POOL_URL="postgres://postgres:postgres@localhost:54322/postgres"
NEXT_PUBLIC_SUPABASE_URL="http://localhost:54321"
NEXT_PUBLIC_SUPABASE_ANON_KEY=""
YOUTUBE_API_KEY=""
CLOUDINARY_URL=""
FEED_UPDATE_SECRET="supertajne"
CAPTCHA_SECRET_KEY=0x0000000000000000000000000000000000000000
NEXT_PUBLIC_CAPTCHA_SITE_KEY=10000000-ffff-ffff-ffff-000000000001
NEXT_PUBLIC_URL="localhost:3000"
MAILGUN_DOMAIN="domena1337.mailgun.org"
MAILGUN_API_KEY="SekretnyKluczDoAPI"
MAILGUN_FROM="foo@bar.com"
GITHUB_ID="supertajne"
GITHUB_SECRET="bardzotajne"
SECRET="anothersecret"
JWT_SECRET="hmmmmmm"
ALGOLIA_API_SECRET=""
NEXT_PUBLIC_ALGOLIA_APP_ID=""
NEXT_PUBLIC_ALGOLIA_INDEX_NAME=""
NEXT_PUBLIC_ALGOLIA_API_KEY=""