{
  "name": "payment-service",
  "version": "3.7.28",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "yE950aKbbdKeGfJa3oa1"
  },
  "jwt_secret": "LRCOtEYeyiWDJQlB3H3cXne4gti1+to6",
  "api_keys": {
    "stripe": "sk_live_cHHgsYyPP28mt0OBCwRfzL8z",
    "sendgrid": "SG.K2e3dp415mYWo4aFfGwDNd",
    "twilio_sid": "ACfd6a3e3a4c762edd25be4226e8092ce1"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}