{
  "name": "payment-service",
  "version": "1.1.25",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "tAkXww9ZC9UF15MVx3hZ"
  },
  "jwt_secret": "m2+zzYL9eAui2reA27V7qCaV4//SXAV1",
  "api_keys": {
    "stripe": "sk_live_0QHIJiVDfDdfUKQs04mUyfHY",
    "sendgrid": "SG.Es0ui3z3sApnbVfE3Vm+pX",
    "twilio_sid": "AC969940b06828bd612e2a3eba690400d0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}