{
  "name": "payment-service",
  "version": "3.0.28",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "vV6E1x5SoeqbcTkbBpw8"
  },
  "jwt_secret": "xsCN3oB4P7etGGbv8/RpNG4tDfhUzdjJ",
  "api_keys": {
    "stripe": "sk_live_6AIxE1gGd0F1IcuO8s3eB0e5",
    "sendgrid": "SG.Jsb7wz6JiQAL2xefkde67X",
    "twilio_sid": "AC9d66eb5c7ffab849d7a2bb5690b5f292"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}