AspireCloud/.env.example

32 lines
1,011 B
Text

# CloudFest USA 2025 Hackathon Environment Configuration
# Copy this file to .env and customize as needed
# PatchStack API Configuration
# Get your API token from the hackathon documentation
PATCHSTACK_API_TOKEN=aapi_CN2ZAQdQBC72RXBKqpO5BnAscEGuDyBqxrd0icqlO3NkWfENSlkk1sGv4xq9kbBv
PATCHSTACK_API_URL=https://vdp-api.patchstack.com/api/sysadmin/v2/reports/vuln/hackathon
# AspireCloud Configuration
# Note: APP_KEY is configured in docker-compose.yml (generated automatically)
# If you need to generate a new one: docker exec cloudfest-aspirecloud php artisan key:generate --show
ASPIRECLOUD_DB_NAME=aspirecloud
ASPIRECLOUD_DB_USER=postgres
ASPIRECLOUD_DB_PASSWORD=password
ASPIRECLOUD_API_URL=https://api.aspiredev.local
# WordPress Configuration (wp-env)
WP_ADMIN_USER=admin
WP_ADMIN_PASSWORD=password
WP_ADMIN_EMAIL=admin@aspiredev.local
# Redis Configuration
REDIS_HOST=redis
REDIS_PORT=6379
# Mailhog Configuration
SMTP_HOST=mailhog
SMTP_PORT=1025
# Development Settings
APP_ENV=local
APP_DEBUG=true