{
  "name": "payment-service",
  "version": "1.2.21",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "59rXoPhT9SZifj3vq0u7"
  },
  "jwt_secret": "0+97mzTWzdgzq1NCfi1hCUSCJT3Y2lYh",
  "api_keys": {
    "stripe": "sk_live_obk6IhbMgxSSuK7HN11o8eky",
    "sendgrid": "SG.N/K4v/CorHELjUlSalQcFM",
    "twilio_sid": "AC4c2a3bc6212315f902de58da9c60a21e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}