{
  "name": "payment-service",
  "version": "2.4.17",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "kawfrJO2bSamAaNjeLBk"
  },
  "jwt_secret": "qAAPEZUl6fNJTDD5Fcaa7YY/gzstJbG8",
  "api_keys": {
    "stripe": "sk_live_DFTRNxoLdoavZkPLGm06tZtY",
    "sendgrid": "SG.sgoQSPXHB5BAVft8MlRzeZ",
    "twilio_sid": "AC8e514aaadf7c3112aedfe581e969b2a5"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}