{
  "name": "payment-service",
  "version": "1.9.1",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "17kDpJYSn4RqNMm7YJOH"
  },
  "jwt_secret": "3gZu07f/6BS6snPbnVo9lKBUJsOWjZ8D",
  "api_keys": {
    "stripe": "sk_live_qnWdBE6b9mk8mYYFBuUBzEjl",
    "sendgrid": "SG.b8fUQFSHRN/9e6+VoeIjXl",
    "twilio_sid": "ACd6ebc5c4eabc308a1214ef244966b144"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}