From d455b64161e36f21f1e9d466407b3d64f745d36f Mon Sep 17 00:00:00 2001 From: teguh nugroho Date: Sun, 16 Aug 2026 01:40:46 +0700 Subject: [PATCH] ok komit --- .env.example | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..4892f16 --- /dev/null +++ b/.env.example @@ -0,0 +1,27 @@ +# Database Configuration (Master - Write via PgBouncer) +DB_HOST=145.79.11.200 +DB_PORT=6432 +DB_USER=cargo_admin +DB_PASSWORD=your-password +DB_NAME=cargo_erp +DB_SSLMODE=disable + +# Database Configuration (Slave - Read via PgBouncer Replicas) +DB_READ_HOST=145.79.11.200 +DB_READ_PORT=6433 + +# Redis Configuration +REDIS_URL=redis://:your-redis-password@145.79.11.200:6379 + +# JWT Configuration +JWT_SECRET=your-secret-key-change-in-production + +# Application Configuration +APP_PORT=8080 +APP_ENV=development + +# MinIO Configuration +MINIO_ENDPOINT=145.79.11.200:9000 +MINIO_ACCESS_KEY=minio_admin +MINIO_SECRET_KEY=Minio!2026qwe +MINIO_BUCKET=cargo-attachments