{
  "name": "user-service",
  "version": "1.2.5",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "UCP0FJhx29Skb5x4TuiT"
  },
  "jwt_secret": "HRnHZ48KY7W+nQ37DHLRzNVLkro5l1dP",
  "api_keys": {
    "stripe": "sk_live_hcIdS4hsGIl0YGoQCiJhXam5",
    "sendgrid": "SG.tkz5yOXOALSrMNpSyniUZM",
    "twilio_sid": "AC7f6f29807f6b0bcce3e2675fc3925e77"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}