Initial release

This commit is contained in:
Damien Broqua 2020-05-01 14:20:02 +02:00
parent 5616106330
commit edde981b1f
10 changed files with 4129 additions and 0 deletions

6
config/index.js Normal file
View 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/",
};