# de Aa Auth Backend - Environment Variables # JWT Secret Keys (generate with: python -c "import secrets; print(secrets.token_urlsafe(32))") JWT_SECRET_KEY=CHANGE_ME_generate_a_secure_random_string JWT_REFRESH_SECRET_KEY=CHANGE_ME_generate_another_secure_random_string # Users (format: email:password:name:role) # Add multiple users as DE_AA_USER_1, DE_AA_USER_2, etc. DE_AA_USER_1=admin@nationaalarchief.nl:secure_password_here:Admin User:admin DE_AA_USER_2=user@example.nl:another_password:Regular User:user