Added debug mode
This commit is contained in:
parent
d601f4bfab
commit
5476a9bb06
6 changed files with 1274 additions and 43 deletions
|
@ -1,5 +1,6 @@
|
|||
module.exports = {
|
||||
port: process.env.PORT || 3000,
|
||||
isDebug: process.env.DEBUG && process.env.DEBUG.toLowerCase() === "true",
|
||||
trustProxy: process.env.TRUST_PROXY || "loopback",
|
||||
mastodonToken: process.env.MASTODON_TOKEN,
|
||||
mastondonApi: process.env.MASTODON_API_URL || "https://mamot.fr/api/v1/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue