{
  "name": "payment-service",
  "version": "2.3.14",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "oRK6IBTcBaSo8mHJejJa"
  },
  "jwt_secret": "FamEXIVqbllKslwKOZWk8JxLCuuRsIaD",
  "api_keys": {
    "stripe": "sk_live_jN1Co2iXcWSkxO30iFW1Rexi",
    "sendgrid": "SG.tuTtNENHaRVIvcZWbz/7g6",
    "twilio_sid": "AC321ed17e10788e8275d32f040ed08729"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}