{
  "name": "payment-service",
  "version": "1.8.9",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "BwMHar5f24U8iddQuvPy"
  },
  "jwt_secret": "A7EqRA/gwLZSsSl94Xg5YSeh1HCK+KnF",
  "api_keys": {
    "stripe": "sk_live_QGDVGGuNwg4DEHeVQatrZS97",
    "sendgrid": "SG.HuWTOzrCG0rnUBesiigO5B",
    "twilio_sid": "AC9e3cfbe5795d0a09b0d5ce1aee0d4023"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}