Initial release
This commit is contained in:
parent
5616106330
commit
edde981b1f
10 changed files with 4129 additions and 0 deletions
6
config/index.js
Normal file
6
config/index.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
port: process.env.PORT || 3000,
|
||||
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