mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-02-04 23:46:32 -05:00
feat: Redesign Landing, Auth, and Dashboard Pages
Also fixed schema type exports and seed script errors.
This commit is contained in:
7
.env.example
Normal file → Executable file
7
.env.example
Normal file → Executable file
@@ -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