Skip to content
Merged
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
18 changes: 18 additions & 0 deletions kits/peer-demo-showcase/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Lamatic API Credentials & Endpoint
LAMATIC_API_KEY=your_lamatic_api_key
LAMATIC_PROJECT_ID=your_lamatic_project_id
LAMATIC_API_URL=https://your-organization.lamatic.dev

# Consolidated 5 Flow IDs
LAMATIC_SUBMISSION_FLOW_ID=your_submission_flow_id
LAMATIC_SUBMISSIONS_MANAGER_FLOW_ID=your_submissions_manager_flow_id
LAMATIC_SPONSORS_MANAGER_FLOW_ID=your_sponsors_manager_flow_id
LAMATIC_JUDGING_MANAGER_FLOW_ID=your_judging_manager_flow_id
LAMATIC_EVENT_CONFIG_FLOW_ID=your_event_config_flow_id

# Resend Email Integration
RESEND_API_KEY=re_your_resend_api_key
RESEND_FROM="onboarding@resend.dev"

# Security & App Config
ADMIN_PASSWORD=coder
18 changes: 18 additions & 0 deletions kits/peer-demo-showcase/apps/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Lamatic API Credentials & Endpoint
LAMATIC_API_KEY=your_lamatic_api_key
LAMATIC_PROJECT_ID=your_lamatic_project_id
LAMATIC_API_URL=https://avadhutsorganization662-opopop597.lamatic.dev

# Consolidated 5 Flow IDs
LAMATIC_SUBMISSION_FLOW_ID=your_submission_flow_id
LAMATIC_SUBMISSIONS_MANAGER_FLOW_ID=your_submissions_manager_flow_id
LAMATIC_SPONSORS_MANAGER_FLOW_ID=your_sponsors_manager_flow_id
LAMATIC_JUDGING_MANAGER_FLOW_ID=your_judging_manager_flow_id
LAMATIC_EVENT_CONFIG_FLOW_ID=your_event_config_flow_id

# Resend Email Integration (100% Free - 3,000 emails/mo)
RESEND_API_KEY=re_your_resend_api_key
RESEND_FROM="onboarding@resend.dev"

# Security & App Config
ADMIN_PASSWORD=coder
7 changes: 4 additions & 3 deletions kits/peer-demo-showcase/apps/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# env files (can opt-in for committing if needed)
.env*
.env.local
# env files
.env
.env*.local
!.env.example

# vercel
.vercel
Expand Down