Files
api/.env
T
Jeppe Bundgaard 76496fc403 Add Nginx test configurations, HTTP scripts for self-serve APIs, and .env example; update .gitignore for IntelliJ files and logs.
- Introduced `PemToCoseConversionTest` for WebAuthn key testing.
- Added example Nginx config (`nginx-example.conf`) with CORS and PHP handling.
- Created HTTP test scripts for self-serve API endpoints.
- Provided `.env` example for Elastic Stack credentials.
- Updated `.gitignore` to include IntelliJ and Nginx logs.
2026-02-24 11:44:09 +01:00

20 lines
951 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## Elastic Stack credentials (used by Elasticsearch, Kibana, Filebeat, Metricbeat)
# Choose a strong password; this value is used by all components in docker-compose.yml
ELASTIC_PASSWORD=TrWsh_dev_EsP@55w0rd_2026!
# Kibana internal user password (kibana_system)
KIBANA_PASSWORD=TrWsh_dev_Kbn@2026!
## Optional: Lets Encrypt path for production (used by docker-compose.prod.yml)
# Uncomment and set if needed on your host; default is /etc/letsencrypt on Linux
# LETSENCRYPT_PATH=/etc/letsencrypt
## Fleet / Elastic Defend (generated below)
# Service token for Fleet Server to authenticate to Elasticsearch
FLEET_SERVER_SERVICE_TOKEN=AAEAAWVsYXN0aWMvZmxlZXQtc2VydmVyL2ZsZWV0LXNlcnZlci10b2tlbjotbFlwZHRMeVNJYUJpd1ZKb19PQW5R
# Enrollment token for Elastic Agent to enroll to Fleet (will be created after Kibana is ready)
FLEET_ENROLLMENT_TOKEN=WXA0VVdad0Jlcmk3WHBCTE9ST2U6eUl3WC1CMGZUanVlV25HVm92MGpFQQ==
# APM
APM_SECRET_TOKEN=apm_dev_token_2026!