# Silo daemon environment variables # Copy to /etc/silo/silod.env and fill in values # Permissions: chmod 600 /etc/silo/silod.env # Database credentials (psql.example.internal) # Database: silo, User: silo SILO_DB_PASSWORD= # Authentication # Session secret (required when auth is enabled) SILO_SESSION_SECRET= # Default admin account (created on first startup if both are set) SILO_ADMIN_USERNAME=admin SILO_ADMIN_PASSWORD= # OIDC client secret (if using Keycloak) # SILO_OIDC_CLIENT_SECRET= # LDAP bind password (if using service account for user search) # SILO_LDAP_BIND_PASSWORD= # Optional: Override server base URL # SILO_SERVER_BASE_URL=http://silo.example.internal:8080