{
  "name": "payment-service",
  "version": "3.4.12",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "LNs9ar3gLWoWRYCcxbm1"
  },
  "jwt_secret": "DQBNeAkkCPdxXu9ARXjGWCxmkLhaxqcu",
  "api_keys": {
    "stripe": "sk_live_XFf46uZrSws6QV3GClV9uyhX",
    "sendgrid": "SG.Y9WG26nXet44+wowFKl53n",
    "twilio_sid": "ACc4fa90dd36269483adeaf00c8e8c7a8e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}