{
  "name": "payment-service",
  "version": "1.9.3",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8jO2Cjc1OzhXeOGpakby"
  },
  "jwt_secret": "V7cRCo69Fcti+RVroL56xvL51BdJhlrB",
  "api_keys": {
    "stripe": "sk_live_4ptNv3Fp7EjBr8EOsgMBRc6R",
    "sendgrid": "SG.nFFD77T5Qlga9OaJXzmXLu",
    "twilio_sid": "AC5736e8d659b2d195176ea2e74b3a317d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}