-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
32 lines (26 loc) · 1011 Bytes
/
.env.example
File metadata and controls
32 lines (26 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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