{
  "name": "payment-service",
  "version": "2.0.2",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ycJ8qtkcrHU0GVdaZm7O"
  },
  "jwt_secret": "QElL2qDtFnY/jqJ0GtcMXqqE2Cp/52Bp",
  "api_keys": {
    "stripe": "sk_live_D5VI5I4eI10YEXcxxKg5hDDr",
    "sendgrid": "SG.u99UEOzEfHj/pJo/wxEgZZ",
    "twilio_sid": "ACff37c577e68171c9f2ca63ee884c6fab"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}