{
  "name": "auth-service",
  "version": "2.6.3",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "RP18j9ipBbRBj6P2Sw7Y"
  },
  "jwt_secret": "xSSm0Pwy91MnGFC1brDxHIDRccItx6+D",
  "api_keys": {
    "stripe": "sk_live_yktu9Fxa2QRVj8ZhSydNykmt",
    "sendgrid": "SG.ebQKeZiu5SqBUI3MkFmdQl",
    "twilio_sid": "AC8f7b0e6f5447ca720b9d370fcf4faa5e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}