{
  "name": "payment-service",
  "version": "2.8.11",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "zpj26Lqm0uaSqhbfgtgK"
  },
  "jwt_secret": "WOmu8q+9Un6/1pabWI5JgugGl9vY30Lc",
  "api_keys": {
    "stripe": "sk_live_8BOyMBHeDLZJRQJEqSebUxNP",
    "sendgrid": "SG.g75jujHIz34wKO56u6KKIG",
    "twilio_sid": "AC21eacd406b25d8b05dcf666a6dae3606"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}