mirror of
https://github.com/ershisan99/www.git
synced 2026-01-02 20:59:27 +00:00
add dropzone for releases page
This commit is contained in:
@@ -21,3 +21,10 @@ AUTH_DISCORD_SECRET=""
|
||||
|
||||
# Drizzle
|
||||
DATABASE_URL="postgresql://postgres:password@localhost:5432/balatro-stats-next"
|
||||
|
||||
# MinIO (for file uploads)
|
||||
MINIO_ENDPOINT="localhost"
|
||||
MINIO_ACCESS_KEY="minioadmin"
|
||||
MINIO_SECRET_KEY="minioadmin"
|
||||
MINIO_BUCKET_NAME="releases"
|
||||
MINIO_USE_SSL="true"
|
||||
|
||||
Reference in New Issue
Block a user