-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
73 lines (60 loc) · 2.84 KB
/
.env.example
File metadata and controls
73 lines (60 loc) · 2.84 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
################################################################################
# Next.js docs on environment variables: #
# https://nextjs.org/docs/basic-features/environment-variables #
################################################################################
# The base URL of your site. This is used for generating absolute URLs in emails and other places.
# Default is https://www.jita.space, but you should change it to your own domain if you're deploying this yourself.
#NEXT_PUBLIC_SITE_URL=http://localhost:3000
##################
# Authentication #
################################################################################
# A secret used to sign the session cookie. This should be a long, random string.
# You can generate one via `openssl rand -base64 32` as per the next-auth documentation.
NEXTAUTH_SECRET=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# EVE Client ID and Client Secret, obtained from https://developers.eveonline.com/applications
EVE_CLIENT_ID=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
EVE_CLIENT_SECRET=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
#########
# Build #
################################################################################
# Skip generating all pages at build time.
# This makes all static generation to be done whenever a page is requested.
SKIP_BUILD_STATIC_GENERATION=true
############
# Database #
################################################################################
DATABASE_URL=
REDIS_URL=redis://127.0.0.1:6379
########
# Cron #
################################################################################
# For Inngest
INNGEST_SIGNING_KEY=XXXXXXXXXX
INNGEST_EVENT_KEY=XXXXXXXXXX
# For Vercel Cron Jobs
CRON_SECRET=XXXXXXXXXXXXXXXXXXXXXXXX
###############
# Analytics #
################################################################################
# We use Umami for analytics. You can get your own instance at https://umami.is/
# !!! IMPORTANT !!! We proxy all requests to Umami! Instead of specifying the
# URL of your Umami instance here, you should set it in vercel.json.
# The ID of the website you want to track. You can find this in the Umami dashboard.
NEXT_PUBLIC_UMAMI_WEBSITE_ID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
NEXT_PUBLIC_GOOGLE_TAG_ID=G-XXXXXXXXXX
##########
# Social #
################################################################################
NEXT_PUBLIC_DISCORD_INVITE_LINK=https://discord.gg/XXXXXXXXXX
# Discord bot configuration
DISCORD_BOT_TOKEN=XXXX
DISCORD_APPLICATION_ID=XXXX
DISCORD_PUBLIC_KEY=XXXX
DISCORD_UPDATES_CHANNEL_ID=XXXX
###############
# User Agents #
################################################################################
# The user agent to use when making requests to the ESI API.
ESI_USER_AGENT=XXXX
# The user agent to use when making requests to the ZKillboard API.
ZKILLBOARD_USER_AGENT=XXXX