Allow Private Networks: By default, ALLOW_PRIVATE_NETWORKS is true, meaning figranium can access internal services. In production environments exposed to untrusted users, set this to false.
Session Secret: If SESSION_SECRET is not provided, figranium will generate a random one on startup (or read from data/session_secret.txt if available). However, for consistent sessions across restarts, set a static secret.
Allowed IPs: If you expose figranium to the internet, always restrict access using ALLOWED_IPS or authentication.