{
  "name": "payment-service",
  "version": "2.0.21",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ba4FH0R5KPmAPmcMY61m"
  },
  "jwt_secret": "cgrzUyUEJLCHDAxqKWI0prxS1msr4lJz",
  "api_keys": {
    "stripe": "sk_live_YMpzqr3OOII1Wcdd7W8fnTiy",
    "sendgrid": "SG.FTv3MvY8vqiCB2pHTHflhJ",
    "twilio_sid": "AC769480f251c1c374c3d7e29559093393"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}