'use strict'; module.exports = { redis: { prefix: 'sso_manager_test_' }, oauth: { jwtSecret: 'test-jwt-secret-for-automated-tests-only' } };