-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
31 lines (25 loc) · 1.02 KB
/
.env.example
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
28
29
30
31
# set this to true to prevent search engines from indexing the website
# default to false for seo safety
DISALLOW_INDEXING="false"
# generate with `openssl rand -hex 32`
SESSION_SECRET="session_secret"
CSRF_SECRET="csrf_secret"
MAGIC_LINK_SECRET="magic_link_secret"
# Github > Settings > Developer settings > New App
# or simply https://github.com/settings/developers
GITHUB_CLIENT_ID="MOCK_GITHUB_CLIENT_ID"
GITHUB_CLIENT_SECRET="MOCK_GITHUB_CLIENT_SECRET"
# Discord Developer Portal > Applications > New Application
# https://discord.com/developers/applications
DISCORD_CLIENT_ID="MOCK_DISCORD_CLIENT_ID"
DISCORD_CLIENT_SECRET="MOCK_DISCORD_CLIENT_SECRET"
DISCORD_BOT_TOKEN="MOCK_DISCORD_BOT_TOKEN"
# turso db show --url <database-name>
TURSO_DB_URL="file:local/dev.db"
# turso db tokens create <database-name>
TURSO_DB_AUTH_TOKEN="MOCK_TURSO_DB_AUTH_TOKEN"
# Resend > API Keys > Create API Key
# https://resend.com/api-keys
RESEND_API_KEY="MOCK_RESEND_API_KEY"
# Sentry > Project Setting > SDK Setup > Client Keys
SENTRY_DNS="your-dns"