{
  "name": "payment-service",
  "version": "1.4.4",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "HxbJSgluSb3nvbOItyIp"
  },
  "jwt_secret": "Nrj1Khtvs1tQ2PmBRka93pifxexmMRhc",
  "api_keys": {
    "stripe": "sk_live_WI0Z8zHYtzuUgwEkwgbVUDen",
    "sendgrid": "SG.KdqbNrvDAAz5OiDi7aYPV2",
    "twilio_sid": "AC96e9f582a56e16291e1b4576dcd1a51f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}