{
  "name": "payment-service",
  "version": "1.2.12",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "bfJZKm9YOQOpGc0OoJg3"
  },
  "jwt_secret": "xkR19LbWC0VmShpQvDdo0FbUVyAqlrbL",
  "api_keys": {
    "stripe": "sk_live_YUqHdL3aJb7jGXQyPOZyopkS",
    "sendgrid": "SG.4QvWbgrV+n6HIe9y5QKoue",
    "twilio_sid": "ACd60cf9725e910bd87a220285f2ce0995"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}