{
  "name": "payment-service",
  "version": "1.4.6",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "OSXboA2aRUdHDuYPfONe"
  },
  "jwt_secret": "urv6dDGK8FN3xgmst8UIdglootMwQ0iN",
  "api_keys": {
    "stripe": "sk_live_abWElpve0G8JEzlvEMq4CrXy",
    "sendgrid": "SG.3CvzItK+AUqIFJfx4n2Cay",
    "twilio_sid": "AC1ff2bc197e0afc5a94f16cea72a4af8e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}