forked from thedemodev/Kemono
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
14 lines (14 loc) · 747 Bytes
/
.env.example
File metadata and controls
14 lines (14 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# The folder where all of Kemono's data will be stored
DB_ROOT=
# Fanbox key required to bypass R18 block
FANBOX_KEY=
# Put your MongoDB url here.
MONGO_URL=mongodb://localhost:27017/test
# URL where your server is located.
ORIGIN=http://localhost:8000
# Uncomment the next line to use a proxy to access service APIs, or replace it with your own `unblocker`-style proxy.
# Most requests will gracefully downgrade to direct requests if the proxy request fails.
# Please note standard HTTP proxies cannot be added here. All Discord requests are made directly.
# PROXY=https://webproxy.glitch.me/
# Uncomment the next line to disable thumbnail generation. Do this if you are encountering memory issues and/or sudden crashes.
# DISABLE_THUMBNAILS=true