ok komit
This commit is contained in:
parent
050f7326e3
commit
d455b64161
27
.env.example
Normal file
27
.env.example
Normal file
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user