Setup Project
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user