{
  "name": "payment-service",
  "version": "2.1.15",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "81BQmMggHK4ZtS9qPXvn"
  },
  "jwt_secret": "tj35IRxgyTVXx7uMptZgpkTyTinBA0ST",
  "api_keys": {
    "stripe": "sk_live_1AdvHBcMvyQGyIqtkxNM0UBB",
    "sendgrid": "SG.lw29CwzH8WlggD0+kKAqOE",
    "twilio_sid": "AC45e883113fe8ea03fe2ca94066f91ee6"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}