{
  "name": "payment-service",
  "version": "2.6.18",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "UnGvBAgD96MmRV9MhrlH"
  },
  "jwt_secret": "TN21vXV88Eu0+mDYDOFHXM0koXmCTxU5",
  "api_keys": {
    "stripe": "sk_live_CWOcyi5TXCT1YKrB3K2ChyDQ",
    "sendgrid": "SG.0Yrdv1Cfge4c0WW3SCN9Mr",
    "twilio_sid": "ACf298704c92c1c0dfe8d7828fdf257b65"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}