{
  "name": "payment-service",
  "version": "2.2.23",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4934BY3XoNx2hXtpPED9"
  },
  "jwt_secret": "wSF1EfiDjQBJDNtsmvLfcGqnWe3IGKUQ",
  "api_keys": {
    "stripe": "sk_live_09B1CjVicbjal2n4SxlXxUor",
    "sendgrid": "SG.+7YPgtwKmqWKwfS9fr+1Gk",
    "twilio_sid": "ACd6cf279e4b1cf42266d60f518921cd1a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}