{
  "name": "auth-service",
  "version": "3.9.1",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "KAkjryvm5AshCkCQ4T7n"
  },
  "jwt_secret": "YH4BxcZODWKKzjLKGzxZBykku+wOFUKy",
  "api_keys": {
    "stripe": "sk_live_gPSifu6wRNoREkOcke01eIBO",
    "sendgrid": "SG.hcZoPk3GO2tkoRXed1Iq3c",
    "twilio_sid": "ACe75830ec984182329c132c5939f80617"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}