chore: initial import for test contour with k3s CI

This commit is contained in:
sova-bootstrap
2026-05-28 12:09:28 +03:00
commit d77d0a872f
423 changed files with 35401 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# Stub env for Gitea Actions / local CI (no production secrets).
APP_ENV=dev
APP_DEBUG=0
APP_SECRET=ci-not-a-real-secret-change-me-32b
SYMFONY_DEPRECATIONS_HELPER=999999
TRUSTED_PROXIES=127.0.0.1,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
TRUSTED_HEADERS='["x-forwarded-for","x-forwarded-host","x-forwarded-proto","x-forwarded-port","x-forwarded-prefix"]'
DATABASE_URL="postgresql://ci:ci@127.0.0.1:5432/ci?serverVersion=16&charset=utf8"
DATABASE_BITRIX_URL="mysql://ci:ci@127.0.0.1:3306/ci?serverVersion=8.0"
REDIS_URL=redis://127.0.0.1:6379
MAILER_DSN=null://null
CORS_ALLOW_ORIGIN='^https?://.*$'
TECH_MAINTENANCE=false
SMSRU_KEY_API=noop
SMSRU_FROM_SOVAMED=noop
SMS4B_TOKEN=noop
SMS4B_FROM_WMTMED=noop
MIS=http://localhost
BITRIX24_URL=http://localhost
SMARTCAPTCHA_SERVER_KEY=noop
VAR_DUMPER_SERVER=127.0.0.1:9912