{
  "name": "payment-service",
  "version": "2.2.21",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "gA0SLJuhyw89ScxooWef"
  },
  "jwt_secret": "3YQozNWRF2q64OB5SxoceGB4WxXd9JJ5",
  "api_keys": {
    "stripe": "sk_live_sHMIjZ6etG5VCOa5w6nFcphQ",
    "sendgrid": "SG.jbg9GJ9Fnxo3bagOL4PEzt",
    "twilio_sid": "ACa800b5b91dbb497b39c2d32fb01ba2cf"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}