849763896d
Run Tests on Branches / Detect Changes (push) Successful in 12s
Run Tests on Branches / Frontend Tests (push) Successful in 2m12s
Run Tests on Branches / Frontend Mobile Tests (push) Has been skipped
Run Tests on Branches / Parapharmacy API Tests (push) Successful in 2m2s
Run Tests on Branches / PIP Platform Tests (push) Has been skipped
Run Tests on Branches / Backend Tests (push) Successful in 2m8s
34 lines
765 B
Bash
34 lines
765 B
Bash
# FarmaFinder Environment Variables
|
|
|
|
# PostgreSQL
|
|
PG_PASSWORD=change-me-in-production
|
|
|
|
# Backend
|
|
SESSION_SECRET=change-me-in-production
|
|
CORS_ORIGIN=http://localhost:4000
|
|
FARMACIAS_WEBHOOK_URL=
|
|
|
|
# Redis
|
|
REDIS_PASSWORD=
|
|
|
|
# N8N Workflow Automation
|
|
N8N_USER=admin
|
|
N8N_PASSWORD=change-me
|
|
N8N_EMAIL=admin@farmafinder.com
|
|
|
|
# Parapharmacy API
|
|
PARAPHARMACY_API_URL=http://parapharmacy-api:3002
|
|
PARAPHARMACY_CORS_ORIGIN=http://localhost:4000
|
|
MONGODB_URI=mongodb://mongodb:27017/parapharmacy
|
|
INGEST_API_KEY=dev-ingest-key-change-me
|
|
ADMIN_API_KEY=dev-admin-key-change-me
|
|
|
|
# Expo Push Notifications (mobile)
|
|
EXPO_ACCESS_TOKEN=
|
|
|
|
# OpenTelemetry
|
|
VITE_FARO_ENDPOINT=http://localhost:4318
|
|
VITE_FARO_APP_NAME=farmafinder-frontend
|
|
VITE_FARO_ENV=production
|
|
VITE_FARO_APP_VERSION=1.0.0
|