1# Pipes Secrets2# All other configuration is in config.yaml3# Copy this file to .env and fill in the secrets45# OAuth (Indiko)6INDIKO_CLIENT_SECRET=your_client_secret_here
78# Session (generate with: openssl rand -base64 32)9SESSION_SECRET=your_random_secret_here