-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
28 lines (23 loc) · 794 Bytes
/
.env.example
File metadata and controls
28 lines (23 loc) · 794 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
28
NEXT_PUBLIC_ENV="develop"
# NEXT_PUBLIC_ENV="production"
# Required
# Key of your Notion integration
NOTION_KEY=''
# https://{your workspace}.notion.site/{database_id}?v=...
CHANGELOG_DATABASE_ID=''
REVALIDATE_TOKEN=''
# Optional
CHANGELOG_FILTER_PROPERTY_NAME='Type'
CHANGELOG_FILTER_PROPERTY_VALUE='Public'
CHANGELOG_SORT_PROPERTY_NAME='Date'
# Links
DISCORD_LINK='https://discord.gg/3d2FdBG2My'
TWITTER_LINK='https://twitter.com/getmochi_bot'
GITBOOK_LINK='https://mochibot.gitbook.io/mochi-bot/introduction/about-mochi-bot'
INVITE_LINK='https://discord.com/api/oauth2/authorize?client_id=1062540132269432863&permissions=8&scope=bot%20applications.commands'
# Misc
HOME_URL='https://mochi.gg'
# API
NEXT_PUBLIC_MOCHI_PROFILE_API=""
NEXT_PUBLIC_MOCHI_PAY_API=""
NEXT_PUBLIC_MOCHI_API=""