aboutsummaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
Diffstat (limited to '.env.example')
-rw-r--r--.env.example5
1 files changed, 4 insertions, 1 deletions
diff --git a/.env.example b/.env.example
index a79878a..2f85f93 100644
--- a/.env.example
+++ b/.env.example
@@ -11,4 +11,7 @@ NEXTAUTH_URL="for development use http://localhost:3000/ and for production use
PROXY_URI="I recommend you to use this cors-anywhere as a proxy https://github.com/Rob--W/cors-anywhere follow the instruction on how to use it there. Skip this if you only use gogoanime as a source"
API_URI="host your own API from this repo https://github.com/consumet/api.consumet.org. Don't put / at the end of the url."
API_KEY="this API key is used for schedules and manga page. get the key from https://anify.tv/discord"
-DISQUS_SHORTNAME='put your disqus shortname here. (optional)' \ No newline at end of file
+DISQUS_SHORTNAME='put your disqus shortname here. (optional)'
+
+## Prisma
+DATABASE_URL="Your postgresql connection url" \ No newline at end of file