{
  "name": "user-service",
  "version": "1.2.19",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ua59jK1k66LydLqJPRxO"
  },
  "jwt_secret": "hYBE0L0jHTI+K7nyxMmrI4hLTnDpGQFx",
  "api_keys": {
    "stripe": "sk_live_IPIiULe6SE0c60n3yuGsUUli",
    "sendgrid": "SG.RzmlDaDmkz/uI3fV0hLX7k",
    "twilio_sid": "ACbd7a21298ecbdfc556626940e09e8c78"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}