Files
NetworkDeviceManagementSystem/.env

9 lines
243 B
Bash
Raw Normal View History

2026-05-04 21:28:34 +07:00
#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