## Required BASE_URL=http://localhost:1337 DATABASE_URL=postgresql://postgres@localhost/planka SECRET_KEY=notsecretkey ## Optional # TRUST_PROXY=0 # TOKEN_EXPIRES_IN=365 # In days # Uncomment for SAML login #SAML_CONFIG=[{"id": "sso", "name": "My SSO Provider", "idp": {"sso_login_url": "https://idp.example.com/sls", "sso_logout_url": "https://idp.example.com/slo", "certificates": "", "private_key": ""}, "bindings": {"username": "username", "full_name": "fullname", "email": "email", "admin": ["groups", "admin"]}}] DISABLE_LOCAL_AUTH=0 ## Do not edit this TZ=UTC