{
  "name": "payment-service",
  "version": "3.5.3",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "swVOetE0I002hJSWsSos"
  },
  "jwt_secret": "xEO25sr4OZpfdqVN8Y3wcgAZKKo3U3ez",
  "api_keys": {
    "stripe": "sk_live_9xmoEWOkywsGHBXmBSKDYQtf",
    "sendgrid": "SG.w4FB9ou76i2g33tqbbimpQ",
    "twilio_sid": "ACdeba23f65e0016b672ca54f4fbd47b65"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}