#Account Database configuration for PostgreSQL
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres   
POSTGRES_DB=ndms_db

#Account Minio S3 configuration
MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=minioadmin   
MINIO_BUCKET_NAME=ndms-bucket