{
  "name": "payment-service",
  "version": "1.0.7",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Z1wA2O520hiJbSp08bRR"
  },
  "jwt_secret": "puRUjYFaf79k/O2nZXR2VehjHrrK8QWo",
  "api_keys": {
    "stripe": "sk_live_gu3R0w6KW6vt8MKWbtAIQV3x",
    "sendgrid": "SG.9WbUjTpwCvZE1e9f1Nz1Iq",
    "twilio_sid": "ACc2004ef31ba18683eb100830a029af1f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}