Files

9 lines
306 B
Plaintext
Raw Permalink Normal View History

2026-05-04 21:28:34 +07:00
#Account Database configuration for PostgreSQL
POSTGRES_USER=your_user_here
POSTGRES_PASSWORD= your_strong_password_here
POSTGRES_DB=your_database_here
#Account Minio S3 configuration
MINIO_ROOT_USER=your_root_user_here
MINIO_ROOT_PASSWORD=your_strong_password_here
MINIO_BUCKET_NAME=your_bucket_name_here