Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Base environment configuration
# Copy this to .env and customize as needed
# Values here are defaults that work across development, testing, and self-hosting

# Database configuration
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=postgres
POSTGRES_PORT=54322

# Cache configuration
VALKEY_HOST=localhost
VALKEY_PORT=6379

# Minio configuration
MINIO_ROOT_USER=pubpub-admin
MINIO_ROOT_PASSWORD=pubpub-admin
ASSETS_BUCKET_NAME=assets.pubpub.local
ASSETS_UPLOAD_KEY=pubpubuser
ASSETS_UPLOAD_SECRET_KEY=pubpubpass
ASSETS_REGION=us-east-1
ASSETS_STORAGE_ENDPOINT=http://localhost:9000

# Email configuration
MAILGUN_SMTP_HOST=localhost
MAILGUN_SMTP_PORT=54325
MAILGUN_SMTP_USERNAME=xxx
MAILGUN_SMTP_PASSWORD=xxx

# Application configuration
API_KEY=super_secret_key
PUBPUB_URL=http://localhost:3000

# Other configuration
OTEL_SERVICE_NAME=pubpub-v7-dev
HONEYCOMB_API_KEY=xxx

# Volume types (can be overridden per environment)
DB_VOLUME_TYPE=postgres_data
MINIO_VOLUME_TYPE=minio_data
80 changes: 0 additions & 80 deletions .github/workflows/awsdeploy.yml

This file was deleted.

137 changes: 0 additions & 137 deletions .github/workflows/deploy-template.yml

This file was deleted.

Loading
Loading