{
  "name": "payment-service",
  "version": "3.2.18",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "rBDtplzhFxIxs3vORh3T"
  },
  "jwt_secret": "JC6KxY+F+oPffBeIaJ9H7uu/JK9cxtlr",
  "api_keys": {
    "stripe": "sk_live_BlSTsDfEAuEFvmFBwgYIh8IT",
    "sendgrid": "SG.61ox1RyGGmvb9MPc8SZ62/",
    "twilio_sid": "ACce65178a562f45c840f270b15909d451"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}