9 lines
306 B
Plaintext
9 lines
306 B
Plaintext
|
|
#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
|