{
  "name": "payment-service",
  "version": "2.5.18",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "tysdgahY0P78YF7MQnJh"
  },
  "jwt_secret": "deILWq5iByTH+MrjGpq588aknQAc3KQw",
  "api_keys": {
    "stripe": "sk_live_GySNb0SYaPQJcuNi9L5jq5XM",
    "sendgrid": "SG.j2bnhpARorK/0uVdd7tv1O",
    "twilio_sid": "AC8fd9b385121c53d51992cf5c7a335083"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}