Skip to content

Instantly share code, notes, and snippets.

View marinho's full-sized avatar

Mario Brandao marinho

  • stuff stuff @ SAP
  • Berlin, Germany
View GitHub Profile
@marinho
marinho / .env
Created August 31, 2025 09:02
AdventureLog Configuration
# 🌐 Frontend
PUBLIC_SERVER_URL=http://server:8000
ORIGIN=http://adventurelog-frontend:3000
BODY_SIZE_LIMIT=Infinity
FRONTEND_PORT=3000
# 🐘 PostgreSQL Database
PGHOST=main-postgres
POSTGRES_DB=adventurelog
POSTGRES_USER=adventurelog
POSTGRES_PASSWORD=abc123