-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy path.env.example
55 lines (48 loc) · 1.13 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Configuration file
# Because some values cannot be set directly
# in terms of security and privacy.
#
# "*" means necessary
#
# Discord config *
# Bot tokens, which can be obtained at
# https://discord.com/developers/applications
TOKEN=
# Monitoring config
# For monitoring the response rate of APIs,
# you don't need to set this section.
MONITOR_API_KEY=
MONITOR_METRIC_ID=
MONITOR_PAGE_ID=
# Firebase config *
# initialize Firebase and begin using the SDKs
# for the products you'd like to use.
# https://console.firebase.google.com
API_KEY=
AUTH_DOMAIN=
DATABASE_URL=
PROJECT_ID=
STORAGE_BUCKET=
MESSAGING_SENDER_ID=
APP_ID=
MEASUREMENT_ID=
# Top.gg config
# API key of bot
TOP_GG_TOKEN=
# Translation Config
# Used to translate languages, if you have
# your own host you can add it.
TRANSLATION_BASE_URL=
# OpenAI Config
# Add the API key, your project ID or
# organization ID, and your address if
# applicable.
# https://platform.openai.com/account/api-keys
OPENAI_API_KEY=
OPENAI_BASE_URL=
OPENAI_ORGANIZATION=
OPENAI_PROJECT=
# Open Weather config
# API key of weather service
# https://home.openweathermap.org/api_keys
OPEN_WEATHER_TOKEN=