30 lines
962 B
Plaintext
30 lines
962 B
Plaintext
# ── REQUIRED ────────────────────────────────────────────────────────────────
|
|
|
|
# OCIR region
|
|
OCIR_REGION=us-ashburn-1
|
|
|
|
# OCIR namespace
|
|
OCIR_NAMESPACE=idi1o0a010nx
|
|
|
|
# Application secret — REQUIRED
|
|
# Generate with: openssl rand -hex 64
|
|
# This key encrypts JWT tokens, credentials, and session data.
|
|
APP_SECRET=
|
|
|
|
# ── OPTIONAL ────────────────────────────────────────────────────────────────
|
|
|
|
# Image tag (default: latest)
|
|
# IMAGE_TAG=latest
|
|
|
|
# JWT token expiry in hours (default: 12)
|
|
# JWT_EXPIRY_HOURS=12
|
|
|
|
# Frontend port (default: 8080)
|
|
# PORT=8080
|
|
|
|
# CORS allowed origins (comma-separated)
|
|
# CORS_ORIGINS=https://your-domain.com
|
|
|
|
# Timezone (default: America/Sao_Paulo)
|
|
# TZ=America/Sao_Paulo
|