Some checks failed
CI / sonarqube (push) Failing after 5m27s
- .env, .env.test, ansible/env.local.j2: point SONARQUBE_URL to https://sn.e-cosplay.fr - ansible/vault.yml, .env: rotate sonarqube_badge_token to new value - .gitea/workflows/ci.yml, sonarqube.yml: remove OWASP Dependency-Check steps and force sonar.host.url via CLI args - sonar-project.properties: drop dependencyCheck report paths - .gitea/workflows/deploy.yml: switch SSH target from 34.90.187.4 to 152.228.222.133 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 lines
761 B
Plaintext
20 lines
761 B
Plaintext
# define your env variables for the test env here
|
|
KERNEL_CLASS='App\Kernel'
|
|
APP_SECRET='$ecretf0rt3st'
|
|
DATABASE_URL="postgresql://app:secret@pgbouncer:6432/e_ticket?serverVersion=16&charset=utf8"
|
|
MEILISEARCH_URL=http://meilisearch:7700
|
|
MEILISEARCH_API_KEY=e_ticket
|
|
SONARQUBE_URL=https://sn.e-cosplay.fr
|
|
SONARQUBE_BADGE_TOKEN=test
|
|
SONARQUBE_PROJECT_KEY=e-ticket
|
|
STRIPE_SK=sk_test_fake
|
|
STRIPE_WEBHOOK_SECRET_INSTA=whsec_test_insta
|
|
STRIPE_WEBHOOK_SECRET_LEGER=whsec_test_leger
|
|
OUTSIDE_URL=https://test.example.com
|
|
MESSENGER_TRANSPORT_DSN=redis://:e_ticket@redis:6379/messages
|
|
SESSION_HANDLER_DSN=redis://:e_ticket@redis:6379/1
|
|
REDIS_CACHE_DSN=redis://:e_ticket@redis:6379/2
|
|
SMIME_PASSPHRASE=test
|
|
ADMIN_EMAIL=contact@test.com
|
|
SECRET_ANALYTICS=test_analytics_secret
|