{
  "name": "auth-service",
  "version": "1.9.29",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "hDEgMRT15HeY8qQLBHM6"
  },
  "jwt_secret": "XqZ/9NPbwowI2kOV8gqyy5kyoXfnnAKB",
  "api_keys": {
    "stripe": "sk_live_WhHmKy69gB3m4OeHXetwUnIw",
    "sendgrid": "SG.Q/ewAPLsBZ0fzykpKNzT3Q",
    "twilio_sid": "ACf6f6ae2a55fd99170063907031b18ba7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}