Files
octto-engenharia/.env.example

17 lines
418 B
Plaintext

# Database Configuration
DATABASE_URL=postgresql://USER:PASSWORD@HOST:PORT/DATABASE?schema=occto
# MinIO / S3 Configuration
MINIO_ENDPOINT=minio
MINIO_PORT=9000
MINIO_USE_SSL=false
MINIO_ACCESS_KEY=admin
MINIO_SECRET_KEY=adminpassword
MINIO_BUCKET_NAME=occto-images
# Application
NODE_ENV=production
DOMAIN=localhost
JWT_SECRET=generate_a_random_string_here
LIBRETRANSLATE_URL=https://libretranslate.stackbyte.cloud