You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Sets Testops VersionALLURE_VERSION=X.Y.Z# Sets Domain for your TestOps deployment. Affects CORSALLURE_HOST=domain.tld# Port to expose TestOps. We suggest using 8080 and then using External LoadBalancer like Nginx# HAProxy, Envoy...ALLURE_INSTANCE_PORT=80# Should be same with External LoadBalancerALLURE_PROTO=http# Session duration in seconds. When session gets expired, user will be logged out.ALLURE_SESSION_DURATION=57600# Should be the same as in Postgres and other servicesTZ="Europe/London"# Admin's Username.ALLURE_ADMIN=admin# Admin's Password. To reset pass, replace pass and restart testopsALLURE_ADMIN_PASS=password# JWT secret, used to sign JWT tokens. If you rewrite it, all issued JWTs will be invalidALLURE_JWT_SECRET=<SET_YOUR_SECRET_HERE># This parameter's value is used to encrypt sensitive data in the database. Losing this will require re-creation of all sensitive data.ALLURE_CRYPTO_PASSWORD=<SET_YOUR_SECRET_HERE># Enables http-only cookie parameter. Enable only if you use https otherwise auth will not workALLURE_SECURE_COOKIE=false# Docker Registry where you pull images. Usually it's your company's nexus or artifactoryALLURE_REGISTRY=docker.io# Slug e.g. dl.qameta.io/${ALLURE_SLUG}/allure-gateway:${VERSION}ALLURE_SLUG=allure# Port for Gateway Component. Do not changeALLURE_GATEWAY_PORT=8080## REDIS# Required to store all sessions. Used by Gateway Component Only# Host # composeALLURE_REDIS_HOST=redis# hostnameALLURE_REDIS_HOST=redis.example.com# IPALLURE_REDIS_HOST="192.168.10.63"# PortALLURE_REDIS_PORT=6379# PassALLURE_REDIS_PASS=Y5ZBqrcb68WKA9ZZ## UAA# Lets Postgres identify UAA ServiceALLURE_UAA_SERVICE_NAME=allure-uaa-service# UAA Context Path. Please DO NOT CHANGEALLURE_UAA_CONTEXT_PATH=/uaa# UAA Port, DO NOT CHANGEALLURE_UAA_PORT=8082# Postgres Host# ComposeALLURE_UAA_DB_HOST=uaa-db# hostnameALLURE_UAA_DB_HOST=pg.example.com# IPALLURE_UAA_DB_HOST="192.168.10.64"# UAA Database NameALLURE_UAA_DB_NAME=uaa# UAA Database user/roleALLURE_UAA_DB_USERNAME=uaa# UAA Database passALLURE_UAA_DB_PASS=<IDontReadDocs># UAA Database PortALLURE_UAA_DB_PORT=5432# Enable SignUp on Login pageALLURE_REGISTRATION_ENABLED=false# Don't need to approve new users if trueALLURE_REGISTRATION_AUTOAPPROVE=false## Report# Lets Postgres identify Report ServiceALLURE_REPORT_SERVICE_NAME=allure-report-service# Report Context Path. Please DO NOT CHANGEALLURE_REPORT_CONTEXT_PATH=/rs# Report port, DO NOT CHANGEALLURE_REPORT_PORT=8081# Postgres Host# ComposeALLURE_REPORT_DB_HOST=report-db# HostnameALLURE_REPORT_DB_HOST=pg.example.com# IPALLURE_REPORT_DB_HOST="192.168.10.64"# Report Database NameALLURE_REPORT_DB_NAME=report# Report Database user/roleALLURE_REPORT_DB_USERNAME=report# Report Database passALLURE_REPORT_DB_PASS=<IDontReadDocs># UAA Database PortALLURE_REPORT_DB_PORT=5432## RabbitMQ# ComposeALLURE_RABBIT_HOST=rabbitmq# HostnameALLURE_RABBIT_HOST=mq.example.com# IPALLURE_RABBIT_HOST="192.168.10.67"# RabbitMQ portALLURE_RABBIT_PORT=5672# RabbitMQ UserALLURE_RABBIT_USER=allure# RabbitMQ PassALLURE_RABBIT_PASS=wNaxbX7wEhqA6ZDQ# S3# Compose Local, minio-local is a service nameALLURE_S3_URL=http://minio-local:9000# HostnameALLURE_S3_URL=https://s3.example.com# IPALLURE_S3_URL=https://192.168.10.67:9000# S3 BucketALLURE_S3_BUCKET=allure-testops# S3 RegionALLURE_S3_REGION=qameta-0# S3 AccessKey / Username in MinioALLURE_S3_ACCESS_KEY=<IDontReadDocs># S3 SecretKey / Pass in MinioALLURE_S3_SECRET_KEY=<IDontReadDocs># This parameter tells allure to use Pathstyle# e.g. ALLURE_S3_PATHSTYLE=true https://s3.example.com/<bucket-name># e.g. ALLURE_S3_PATHSTYLE=false https://<bucket-name>.s3.example.comALLURE_S3_PATHSTYLE=true