Taiga 6.8.1 is starting…
Execution logs
Execution logs
Environment variables
.env
PROJECT=taiga DOMAIN=stack.localhost TAIGA_SCHEME=https # serve Taiga using "http" or "https" (secured) connection TAIGA_DOMAIN=$PROJECT.$DOMAIN # Taiga's base URL SUBPATH="" # it'll be appended to the TAIGA_DOMAIN (use either "" or a "/subpath") WEBSOCKETS_SCHEME=wss # events connection protocol (use either "ws" or "wss") SECRET_KEY="taiga-secret-key" # Please, change it to an unpredictable value!! POSTGRES_USER=taiga # user to connect to PostgreSQL POSTGRES_PASSWORD=taiga # database user's password EMAIL_BACKEND=console # use an SMTP server or display the emails in the console (either "smtp" or "console") EMAIL_HOST=smtp.host.example.com # SMTP server address EMAIL_PORT=587 # default SMTP port EMAIL_HOST_USER=user # user to connect the SMTP server EMAIL_HOST_PASSWORD=password # SMTP user's password EMAIL_DEFAULT_FROM=changeme@example.com # default email address for the automated emails EMAIL_USE_TLS=True # use TLS (secure) connection with the SMTP server EMAIL_USE_SSL=False # use implicit TLS (secure) connection with the SMTP server RABBITMQ_USER=taiga # user to connect to RabbitMQ RABBITMQ_PASS=taiga # RabbitMQ user's password RABBITMQ_VHOST=taiga # RabbitMQ container name RABBITMQ_ERLANG_COOKIE=secret-erlang-cookie # unique value shared by any connected instance of RabbitMQ ATTACHMENTS_MAX_AGE=360 # token expiration date (in seconds) ENABLE_TELEMETRY=False PUBLIC_REGISTER_ENABLED=true