{
  "name": "auth-service",
  "version": "2.8.0",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kj08BMTzckP8TT4TZD3y"
  },
  "jwt_secret": "YEob3bcBXAqAiqLi7O9qvoc2u7s36bAy",
  "api_keys": {
    "stripe": "sk_live_9ZYTjligm6ojaPKYaRp4dXJr",
    "sendgrid": "SG.E6LueoPdfCq5hJYKm9a3SI",
    "twilio_sid": "AC1651f5118e3c2532a6a767efdc89542d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}