{
  "name": "user-service",
  "version": "2.5.7",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "5hwOZs4CE0KIooGEbhER"
  },
  "jwt_secret": "RKBjXaTu8DDfh5gguSjCFjLEWT2YFdmJ",
  "api_keys": {
    "stripe": "sk_live_uVcHmaYmTMJNxf0mzCAbpRux",
    "sendgrid": "SG.mU2PzeY73KEiXafdX9pbIu",
    "twilio_sid": "ACfc33d8fc28d3267d227f535560f821a8"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}