Flagsmith

Feature Flagging and Remote Config Service

https://flagsmith.stack.localhost
Generating

Flagsmith 2.163.0 wird gestartet…

Ausführungsprotokolle

Ausführungsprotokolle
 

Umgebungsvariablen

.env
PROJECT=flagsmith
DOMAIN=stack.localhost
POSTGRES_PASSWORD=password
POSTGRES_DB=flagsmith
DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}
USE_POSTGRES_FOR_ANALYTICS="true" # Store API and Flag Analytics data in Postgres
ENVIRONMENT=production # set to 'production' in production.
DJANGO_ALLOWED_HOSTS="*" # Change this in production
ALLOW_ADMIN_INITIATION_VIA_CLI="true" # Change this in production
FLAGSMITH_DOMAIN=$PROJECT.$DOMAIN # Change this in production
DJANGO_SECRET_KEY=secret # Change this in production
ENABLE_ADMIN_ACCESS_USER_PASS="true"
PREVENT_SIGNUP="false"
ALLOW_REGISTRATION_WITHOUT_INVITE="false"
TASK_RUN_METHOD=SEPARATE_THREAD # options are: TASK_PROCESSOR, SYNCHRONOUSLY, SEPARATE_THREAD (default)