From db27a938b549936249c5ca95c9003a43ef1adf42 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Tue, 21 Apr 2026 22:16:40 +0100 Subject: [PATCH] add environment --- .env.example | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 88e9369..297d3a4 100644 --- a/.env.example +++ b/.env.example @@ -1 +1,13 @@ -DATABASE_URL="postgres://tvone:tvone_password@db:5432/tvone" \ No newline at end of file +DATABASE_URL="postgres://tvone:tvone_password@db:5432/tvone" + + +# required for image upload to work +MINIO_ENDPOINT=minio +MINIO_PORT=9000 +MINIO_USE_SSL=false +MINIO_ACCESS_KEY=minioadmin +MINIO_SECRET_KEY=minioadmin +MINIO_BUCKET=tvone +# for URL generation returned by API (important for frontend) +THUMBOR_PUBLIC_URL=http://thumbor:8888 +# or your public domain, e.g. https://img.yourdomain.com \ No newline at end of file