Setup Project

This commit is contained in:
QuangMinh_123
2026-05-04 21:28:34 +07:00
commit 86383e7c03
17 changed files with 3263 additions and 0 deletions

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
#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