{
  "name": "user-service",
  "version": "2.3.11",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "OvZSmeMC2LtMGJ9dRCxI"
  },
  "jwt_secret": "JAxFV6CuX+6o/MYeEC+02OfN+KhyCe5w",
  "api_keys": {
    "stripe": "sk_live_Sm1gaNdZsI68lJbZbmzvii9v",
    "sendgrid": "SG.PGzUMdb+h6ublTUkQUWIff",
    "twilio_sid": "AC9e1d23e072187fec45ab8897dd3fc111"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}