consumet / app.json
etg revgfer
Upload 84 files
5f4df55 verified
{
"name": "Consumet API",
"description": "A Modern Search Engine API for Anime, Movies, Books, etc.",
"website": "https://consumet.org",
"repository": "https://github.com/consumet/consumet-api",
"logo": "https://consumet.org/images/consumetlogo.png",
"keywords": ["node", "fastify", "mongodb", "anime", "movies", "books", "manga", "api"],
"env": {
"PORT": {
"description": "Set PORT for the fastify application to run on.",
"value": "7860"
},
"REDIS_HOST": {
"description": "Set redis host, you can create a redis instance on your own or use upstash (https://upstash.com) its for free.",
"value": "https://correct-hare-25646.upstash.io"
},
"REDIS_PASS": {
"description": "Set redis password, you can create a redis instance on your own or use upstash (https://upstash.com) its for free.",
"value": "AWQuAAIjcDFjYTI2OTA1MWMyNTQ0NzBjOGVlYjNiOWRiZTg5NGEzZHAxMA"
},
"REDIS_PORT": {
"description": "Set redis port, you can create a redis instance on your own or use upstash (https://upstash.com) its for free.",
"value": "6379"
}
}
}