mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-05-08 13:58:55 -04:00
feat: Redesign Landing, Auth, and Dashboard Pages
Also fixed schema type exports and seed script errors.
This commit is contained in:
Regular → Executable
+7
@@ -17,3 +17,10 @@ AUTH_SECRET=""
|
||||
|
||||
# Drizzle
|
||||
DATABASE_URL="postgresql://postgres:password@localhost:5433/hristudio"
|
||||
|
||||
# MinIO/S3 Configuration
|
||||
MINIO_ENDPOINT="http://localhost:9000"
|
||||
MINIO_REGION="us-east-1"
|
||||
MINIO_ACCESS_KEY="minioadmin"
|
||||
MINIO_SECRET_KEY="minioadmin"
|
||||
MINIO_BUCKET_NAME="hristudio-data"
|
||||
|
||||
Reference in New Issue
Block a user